File tree 1 file changed +14
-2
lines changed
testing/web-platform/meta/html/dom
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -356,11 +356,11 @@ prefs: [dom.security.featurePolicy.enabled:true]
356
356
357
357
[Window interface: window must inherit property " print()" with the proper type]
358
358
expected:
359
- if ( os == " android" ) : FAIL
359
+ if os == " android" : FAIL
360
360
361
361
[Window interface: operation print()]
362
362
expected:
363
- if ( os == " android" ) : FAIL
363
+ if os == " android" : FAIL
364
364
365
365
[Window interface: window must have own property " window" ]
366
366
expected:
@@ -702,6 +702,18 @@ prefs: [dom.security.featurePolicy.enabled:true]
702
702
[HTMLElement interface: attribute autocapitalize]
703
703
expected: FAIL
704
704
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
+
705
717
706
718
[interfaces.https.html?exclude=(Document|Window|HTML.*)]
707
719
[AudioTrackList interface: existence and properties of interface object]
You can’t perform that action at this time.
0 commit comments