mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
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:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
|
@ -0,0 +1,4 @@
|
|||
[browsing_context_name.html]
|
||||
expected: TIMEOUT
|
||||
[Retaining window.name on history traversal]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[browsing_context_name_cross_origin.html]
|
||||
expected: TIMEOUT
|
||||
[Restoring window.name on cross-origin history traversal]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[browsing_context_name_cross_origin_2.html]
|
||||
[Restoring window.name on cross-origin history traversal]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[browsing_context_name_cross_origin_3.html]
|
||||
[Restoring window.name on cross-origin history traversal]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[document-state.https.html]
|
||||
[A navigation's initiator origin and referrer are stored in the document state and used in the document repopulation case]
|
||||
expected: FAIL
|
||||
|
||||
[A navigation's initiator origin and referrer are stored in the document state and used on location.reload()]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[history-traversal-navigate-parent-while-child-loading.html]
|
||||
[pushState() in parent while child is doing initial navigation, then go back]
|
||||
expected: FAIL
|
|
@ -1,3 +1,4 @@
|
|||
[history-traversal-navigates-multiple-frames.html]
|
||||
expected: TIMEOUT
|
||||
[A history traversal should be able to navigate a parent and child simultaneously]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[resume-timer-on-history-back.html]
|
||||
expected: TIMEOUT
|
||||
[history.back() handles top level page timer correctly]
|
||||
expected: TIMEOUT
|
||||
|
||||
[history.back() handles nested iframe timer correctly]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,6 @@
|
|||
[scroll-restoration-basic.html]
|
||||
[Default value is "auto"]
|
||||
expected: FAIL
|
||||
|
||||
[Invalid values are ignored]
|
||||
expected: FAIL
|
|
@ -1,4 +1,4 @@
|
|||
[scroll-restoration-fragment-scrolling-cross-origin.html]
|
||||
expected: ERROR
|
||||
expected: TIMEOUT
|
||||
[Manual scroll restoration should take precedent over scrolling to fragment in cross origin navigation]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-restoration-navigation-cross-origin.html]
|
||||
[Navigating to new page should reset to "auto" and navigating back should restore and respect scroll restoration mode]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-restoration-navigation-samedoc.html]
|
||||
[history.{push,replace}State retain scroll restoration mode and navigation in the same document respects it]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[popstate_event.html]
|
||||
[Queue a task to fire popstate event]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[same-url.html]
|
||||
expected: TIMEOUT
|
||||
[Test same-URL navigation and its effects on history]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-restoration-order.html]
|
||||
[Traversing history should restore scroll position after dispatching popstate and before dispatching hashchange]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[window-name-after-cross-origin-main-frame-navigation.sub.html]
|
||||
[window.name should equal "" after a cross-origin main frame navigation]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[003.html]
|
||||
expected: TIMEOUT
|
||||
[Navigation from unload whilst traversing history]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,4 @@
|
|||
[004.html]
|
||||
expected: TIMEOUT
|
||||
[Navigation from unload whilst traversing cross-origin history]
|
||||
expected: TIMEOUT
|
|
@ -1,4 +1,3 @@
|
|||
[005.html]
|
||||
expected: TIMEOUT
|
||||
[Link with onclick navigation and href navigation ]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[006.html]
|
||||
[Link with onclick form submit and href navigation ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[007.html]
|
||||
[Link with onclick javascript url and href navigation ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[010.html]
|
||||
[Link with onclick form submit to javascript url with delayed document.write and href navigation ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[012.html]
|
||||
[Link with onclick navigation to javascript url with delayed document.write and href navigation ]
|
||||
expected: FAIL
|
|
@ -1,7 +1,7 @@
|
|||
[window-open-204.html]
|
||||
expected: TIMEOUT
|
||||
[location.href]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[location.assign]
|
||||
expected: TIMEOUT
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
[javascript-url-abort-return-value-undefined.tentative.html]
|
||||
expected: TIMEOUT
|
||||
[Not aborting fetch for javascript:undefined navigation]
|
||||
expected: TIMEOUT
|
|
@ -1,6 +1,10 @@
|
|||
[javascript-url-referrer.window.html]
|
||||
expected: TIMEOUT
|
||||
[unsafe-url referrer policy used to create the starting page]
|
||||
expected: FAIL
|
||||
|
||||
[origin referrer policy used to create the starting page]
|
||||
expected: FAIL
|
||||
|
||||
[no-referrer referrer policy used to create the starting page]
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -4,18 +4,3 @@
|
|||
|
||||
[Test javascript URL string return values in direct and indirect (target) frame contexts. 9]
|
||||
expected: FAIL
|
||||
|
||||
[0041 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[0080 00FF set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[0080 00FF 0100 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[D83D DE0D set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
||||
[DE0D 0041 set in href="" targeting a frame and clicked]
|
||||
expected: FAIL
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[javascript-url-security-check-same-origin-domain.sub.html]
|
||||
expected: TIMEOUT
|
||||
[javascript: URL security check for same-origin-domain but not same-origin]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[navigation-unload-same-origin-fragment.html]
|
||||
[Tests that a fragment navigation in the unload handler will not block the initial navigation]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[navigation-unload-same-origin.window.html]
|
||||
[Same-origin navigation started from unload handler must be ignored]
|
||||
expected: FAIL
|
|
@ -0,0 +1,7 @@
|
|||
[navigate.window.html]
|
||||
expected: TIMEOUT
|
||||
[When navigating the Refresh header needs to be followed]
|
||||
expected: TIMEOUT
|
||||
|
||||
[When there's both a Refresh header and <meta> the Refresh header wins]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,3 @@
|
|||
[navigate-child-src-about-blank.html]
|
||||
[Set the src attribute to about:blank and check referrer]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[top-level-data-url.window.html]
|
||||
[Navigating a popup using window.open("data:text/html,...", "", "undefined")]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating a popup using window.open("data:text/html,...", "", "opener")]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "undefined")]
|
||||
expected: FAIL
|
||||
|
||||
[Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "opener")]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[pageload-video.html]
|
||||
[The document for a standalone media file should have one child in the body.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[003.html]
|
||||
[Fragment Navigation: Updating scroll position]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[fragment-and-encoding-2.html]
|
||||
[Invalid percent-encoded UTF-8 byte should decode as U+FFFD]
|
||||
expected: FAIL
|
||||
|
||||
[Percent-encoded UTF-8 BOM followed by invalid UTF-8 byte should decode as U+FEFF U+FFFD]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-frag-percent-encoded.html]
|
||||
[Fragment Navigation: fragment id should be percent-decoded]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-position-vertical-rl.html]
|
||||
[Fragment Navigation: Scroll to block start position in vertical-rl writing mode]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-to-anchor-name.html]
|
||||
[Fragment Navigation: scroll to anchor name is lower priority than equal id]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[scroll-to-top.html]
|
||||
[Fragment Navigation: When fragid is TOP scroll to the top of the document]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[001.html]
|
||||
[document.open in unload]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[002.html]
|
||||
[document.open in unload]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[003.html]
|
||||
[document.open in beforeunload with link]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[004.html]
|
||||
[document.open in beforeunload with button]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[005.html]
|
||||
[document.open in pagehide in iframe]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[beforeunload-on-history-back.html]
|
||||
[beforeunload event fires on history navigation back]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[beforeunload-on-navigation-of-parent.html]
|
||||
[beforeunload in iframe on navigation of parent]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[003.html]
|
||||
[unload event properties]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[006.html]
|
||||
expected: TIMEOUT
|
||||
[salvagable state of document after setting pagehide listener]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue