Skip to content

Commit 961d5a1

Browse files
moz-wptsync-botjgraham
authored andcommitted
Bug 1528746 [wpt PR 15406] - Update wpt metadata, a=testonly
wpt-pr: 15406 wpt-type: metadata
1 parent 44375dc commit 961d5a1

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

testing/web-platform/meta/html/dom/interfaces.https.html.ini

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,11 @@ prefs: [dom.security.featurePolicy.enabled:true]
356356

357357
[Window interface: window must inherit property "print()" with the proper type]
358358
expected:
359-
if (os == "android"): FAIL
359+
if os == "android": FAIL
360360

361361
[Window interface: operation print()]
362362
expected:
363-
if (os == "android"): FAIL
363+
if os == "android": FAIL
364364

365365
[Window interface: window must have own property "window"]
366366
expected:
@@ -702,6 +702,18 @@ prefs: [dom.security.featurePolicy.enabled:true]
702702
[HTMLElement interface: attribute autocapitalize]
703703
expected: FAIL
704704

705+
[HTMLFormElement interface: attribute rel]
706+
expected: FAIL
707+
708+
[HTMLFormElement interface: attribute relList]
709+
expected: FAIL
710+
711+
[HTMLFormElement interface: document.createElement("form") must inherit property "rel" with the proper type]
712+
expected: FAIL
713+
714+
[HTMLFormElement interface: document.createElement("form") must inherit property "relList" with the proper type]
715+
expected: FAIL
716+
705717

706718
[interfaces.https.html?exclude=(Document|Window|HTML.*)]
707719
[AudioTrackList interface: existence and properties of interface object]

0 commit comments

Comments
 (0)