You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'customElements.define must not throw when defining another custom element in a different global object during Get(constructor, "prototype")': [fail, Not supported]
311
315
Document-createElement-customized-builtins.html:
312
316
"document.createElement must report an exception thrown by a custom built-in element constructor": [fail, Unknown]
313
-
"document.createElement must create an instance of autonomous custom elements when it has is attribute": [fail, :defined is not defined and throws]
314
317
Document-createElement.html:
315
318
"document.createElement must create an instance of autonomous custom elements when it has is attribute": [fail, :defined is not defined and throws]
316
319
"document.createElement must report a NotSupportedError when the local name of the element does not match that of the custom element": [fail, throws TypeError instead]
@@ -359,8 +362,6 @@ reactions/HTMLElement.html: [fail, translate and spellcheck attributes are not i
359
362
reactions/customized-builtins/HTMLAreaElement.html: [fail, HTMLAreaElement doesn't implement download ping and referrerPolicy]
360
363
reactions/customized-builtins/HTMLButtonElement.html: [fail, HTMLButtonElement doesn't implement formAction formEnctype and formMethod]
361
364
reactions/customized-builtins/HTMLImageElement.html: [fail, HTMLImageElement doesn't implement referrerPolicy and decoder]
362
-
reactions/customized-builtins/HTMLModElement.html: [fail, test has incorrect <script src>]
363
-
reactions/customized-builtins/HTMLOptGroupElement.html: [fail, test has incorrect <script src>]
364
365
scoped-registry/*.tentative.html: [fail, Not implemented]
365
366
state/tentative/**: [fail, Not implemented]
366
367
throw-on-dynamic-markup-insertion-counter-construct-xml-parser.xhtml: [timeout, document.open() and document.close() implementation is not spec compliant]
@@ -727,26 +728,27 @@ window-open-popup-behavior.html: [fail, Depends on BroadcastChannel]
727
728
window-open-windowfeatures-values.html: [fail, Depends on BroadcastChannel]
728
729
window-opener-unconfigurable.window.html: [fail, Not implemented]
729
730
window-properties.https.html:
731
+
"Window attribute: name": [fail, Incorrectly implemented as a data property]
732
+
"Window attribute: onmousewheel": [fail, Not implemented]
733
+
"Window attribute: onmove": [fail, Unknown]
734
+
"Window attribute: opener": [fail, Not implemented]
735
+
"Window attribute: status": [fail, Incorrectly implemented as a data property]
730
736
"Window method: createImageBitmap": [fail, Not implemented]
731
737
"Window method: matchMedia": [fail, Not implemented]
732
738
"Window readonly attribute: applicationCache": [fail, Not implemented]
733
-
"Window attribute: name": [fail, Incorrectly implemented as a data property]
734
-
"Window attribute: status": [fail, Incorrectly implemented as a data property]
735
-
"Window attribute: opener": [fail, Not implemented]
736
-
"Window attribute: onmousewheel": [fail, Not implemented]
737
-
"Window replaceable attribute: scrollX": [fail, Incorrectly implemented as a data property]
738
-
"Window replaceable attribute: scrollY": [fail, Incorrectly implemented as a data property]
739
+
"Window replaceable attribute: devicePixelRatio": [fail, Incorrectly implemented as a data property]
740
+
"Window replaceable attribute: innerHeight": [fail, Incorrectly implemented as a data property]
741
+
"Window replaceable attribute: innerWidth": [fail, Incorrectly implemented as a data property]
742
+
"Window replaceable attribute: outerHeight": [fail, Incorrectly implemented as a data property]
743
+
"Window replaceable attribute: outerWidth": [fail, Incorrectly implemented as a data property]
739
744
"Window replaceable attribute: pageXOffset": [fail, Incorrectly implemented as a data property]
740
745
"Window replaceable attribute: pageYOffset": [fail, Incorrectly implemented as a data property]
741
-
"Window replaceable attribute: innerWidth": [fail, Incorrectly implemented as a data property]
742
-
"Window replaceable attribute: innerHeight": [fail, Incorrectly implemented as a data property]
743
746
"Window replaceable attribute: screenLeft": [fail, Incorrectly implemented as a data property]
744
747
"Window replaceable attribute: screenTop": [fail, Incorrectly implemented as a data property]
745
748
"Window replaceable attribute: screenX": [fail, Incorrectly implemented as a data property]
746
749
"Window replaceable attribute: screenY": [fail, Incorrectly implemented as a data property]
747
-
"Window replaceable attribute: outerWidth": [fail, Incorrectly implemented as a data property]
748
-
"Window replaceable attribute: outerHeight": [fail, Incorrectly implemented as a data property]
749
-
"Window replaceable attribute: devicePixelRatio": [fail, Incorrectly implemented as a data property]
750
+
"Window replaceable attribute: scrollX": [fail, Incorrectly implemented as a data property]
751
+
"Window replaceable attribute: scrollY": [fail, Incorrectly implemented as a data property]
0 commit comments