Run same tests for layout-2020 and layout-2013 (#30092)

Most tests were only being run for layout-2013, not for layout-2020.
This wasn't great since layout-2020 is now the default.

So this patch unifies the lists of included tests for both layouts.
For layout-2013 this implies adding css/css-content/, css/css-logical/
and css/css-masking/clip/.
For layout-2020 this implies adding several additional css tests, and
also tests like dom/, js/, html/, etc.
This commit is contained in:
Oriol Brufau 2023-08-15 02:28:32 +02:00 committed by GitHub
parent 78c7011240
commit 963104e5fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4797 changed files with 679983 additions and 5390 deletions

View file

@ -0,0 +1,6 @@
[BarProp.window.html]
[BarBrop objects of a nested Window]
expected: FAIL
[BarProp objects of an auxiliary Window]
expected: FAIL

View file

@ -0,0 +1,9 @@
[indexed-browsing-contexts-02.html]
[Accessing child browsing contexts 1]
expected: FAIL
[Accessing child browsing contexts 2]
expected: FAIL
[Accessing child browsing contexts 3]
expected: FAIL

View file

@ -0,0 +1,3 @@
[indexed-browsing-contexts-03.html]
[Indexed child browsing contexts]
expected: FAIL

View file

@ -0,0 +1,3 @@
[close-method.window.html]
[window.close() affects name targeting immediately]
expected: FAIL

View file

@ -0,0 +1,6 @@
[closed-attribute.window.html]
[closed and cross-site nested browsing context]
expected: FAIL
[closed/close() and cross-site auxiliary browsing context]
expected: FAIL

View file

@ -0,0 +1,3 @@
[focus.window.html]
[focus]
expected: FAIL

View file

@ -0,0 +1,3 @@
[discard_iframe_history_1.html]
[Removing iframe from document removes it from history]
expected: FAIL

View file

@ -0,0 +1,3 @@
[discard_iframe_history_2.html]
[Removing iframe from document via innerHTML removes it from history]
expected: FAIL

View file

@ -0,0 +1,3 @@
[length-attribute.window.html]
[Window object's length IDL attribute (and named access)]
expected: FAIL

View file

@ -0,0 +1,9 @@
[navigated-named-objects.window.html]
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via srcdoc <iframe)>]
expected: FAIL
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via same-origin <iframe)>]
expected: FAIL
[Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>]
expected: FAIL

View file

@ -0,0 +1,10 @@
[noopener-noreferrer-BarProp.window.html]
expected: TIMEOUT
[All bars visible]
expected: FAIL
[window.open() with noopener should have all bars visible]
expected: TIMEOUT
[window.open() with noreferrer should have all bars visible]
expected: TIMEOUT

View file

@ -1,4 +1,3 @@
[creating_browsing_context_test_01.html]
expected: TIMEOUT
[first argument: absolute url]
expected: TIMEOUT

View file

@ -25,3 +25,30 @@
[features "screenx=105e-1" should set "left=105"]
expected: FAIL
[features "screenx=105.5" should set "screenx=105"]
expected: FAIL
[features "screenx=105.32" should set "screenx=105"]
expected: FAIL
[features "screenx=105LLl" should set "screenx=105"]
expected: FAIL
[features "screenx=105^4" should set "screenx=105"]
expected: FAIL
[features "screenx=105*3" should set "screenx=105"]
expected: FAIL
[features "screenx=105/5" should set "screenx=105"]
expected: FAIL
[features "screenx=105 " should set "screenx=105"]
expected: FAIL
[features "screenx=105e1" should set "screenx=105"]
expected: FAIL
[features "screenx=105e-1" should set "screenx=105"]
expected: FAIL

View file

@ -25,3 +25,30 @@
[features "screeny=405e-1" should set "height=405"]
expected: FAIL
[features "screeny=405.5" should set "screeny=405"]
expected: FAIL
[features "screeny=405.32" should set "screeny=405"]
expected: FAIL
[features "screeny=405LLl" should set "screeny=405"]
expected: FAIL
[features "screeny=405^4" should set "screeny=405"]
expected: FAIL
[features "screeny=405*3" should set "screeny=405"]
expected: FAIL
[features "screeny=405/5" should set "screeny=405"]
expected: FAIL
[features "screeny=405 " should set "screeny=405"]
expected: FAIL
[features "screeny=405e1" should set "screeny=405"]
expected: FAIL
[features "screeny=405e-1" should set "screeny=405"]
expected: FAIL

View file

@ -0,0 +1,336 @@
[window-security.https.html]
[A SecurityError exception must be thrown when window.devicePixelRatio is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.document is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.external is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.frameElement is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.history is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.innerWidth is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.innerHeight is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.locationbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.localStorage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.menubar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.name is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.navigator is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onabort is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onafterprint is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onbeforeprint is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onbeforeunload is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onblur is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncancel is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncanplay is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncanplaythrough is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onchange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onclick is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onclose is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncontextmenu is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oncuechange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondblclick is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondrag is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragend is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragenter is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragleave is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragover is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondragstart is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondrop is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ondurationchange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onemptied is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onended is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onerror is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onfocus is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onhashchange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oninput is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.oninvalid is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onkeydown is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onkeypress is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onkeyup is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onload is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onloadeddata is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onloadedmetadata is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onloadstart is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmessage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmousedown is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmousemove is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmouseout is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmouseover is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmouseup is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onmousewheel is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onoffline is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ononline is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpause is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onplay is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onplaying is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpagehide is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpageshow is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onpopstate is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onprogress is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onratechange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onreset is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onresize is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onscroll is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onseeked is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onseeking is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onselect is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onstalled is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onstorage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onsubmit is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onsuspend is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.ontimeupdate is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onunload is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onvolumechange is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.onwaiting is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.pageXOffset is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.pageYOffset is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.personalbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.screen is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scrollbars is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.statusbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.status is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.screenX is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.screenY is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.sessionStorage is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.toolbar is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.alert is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.clearInterval is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.clearTimeout is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.confirm is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.getComputedStyle is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.getSelection is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.matchMedia is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.moveBy is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.moveTo is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.open is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.print is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.prompt is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.resizeTo is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.resizeBy is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scroll is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scrollTo is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.scrollBy is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.setInterval is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.setTimeout is accessed from a different origin.]
expected: FAIL
[A SecurityError exception must be thrown when window.stop is accessed from a different origin.]
expected: FAIL
[A SecurityError exception should not be thrown when window.blur is accessed from a different origin.]
expected: FAIL
[A SecurityError exception should not be thrown when window.focus is accessed from a different origin.]
expected: FAIL

View file

@ -0,0 +1,2 @@
[self-et-al.window.html]
expected: CRASH

View file

@ -1,5 +1,4 @@
[window-properties.https.html]
expected: ERROR
[Window method: focus]
expected: FAIL
@ -38,3 +37,6 @@
[Window replaceable attribute: screenTop]
expected: FAIL
[Window method: createImageBitmap]
expected: FAIL