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,8 @@
[case-sensitivity.any.html]
[case-sensitivity.any.worker.html]
[getEntriesByType values are case sensitive]
expected: FAIL
[getEntriesByName values are case sensitive]
expected: FAIL

View file

@ -0,0 +1,9 @@
[idlharness.any.serviceworker.html]
expected: ERROR
[idlharness.any.sharedworker.html]
expected: ERROR
[idlharness.any.worker.html]
[idlharness.any.html]

View file

@ -1,3 +1,4 @@
[navigation-id-element-timing.tentative.html]
expected: TIMEOUT
[Element Timing navigation id test]
expected: FAIL
expected: TIMEOUT

View file

@ -2,3 +2,6 @@
expected: TIMEOUT
[Navigation Id should be 1 at initial navigations.]
expected: TIMEOUT
[Navigation Ids should exist and are all the same as the initial navigation.]
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[navigation-id-long-task-task-attribution.tentative.html]
expected: TIMEOUT
[Long Task/Task Attribution navigation id test]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[navigation-id-mark-measure.tentative.html]
expected: TIMEOUT
[Mark/Measure navigation id test]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +1,7 @@
[navigation-id-reset.tentative.html]
expected: TIMEOUT
[Navigation Id should be reset to 1 after reload.]
expected: FAIL
[Navigation Id should be re-generated after reload.]
expected: TIMEOUT

View file

@ -1,3 +1,4 @@
[navigation-id-resource-timing.tentative.html]
expected: TIMEOUT
[Resource Timing navigation id test]
expected: FAIL
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[navigation-id-worker-created-entries.html]
[Navigation id of performance entries created by workers should be empty]
expected: FAIL

View file

@ -0,0 +1,3 @@
[performance-navigation-timing-attributes.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,3 @@
[performance-navigation-timing-reload.tentative.window.html]
[RemoteContextHelper navigation using BFCache]
expected: FAIL

View file

@ -0,0 +1,4 @@
[po-observe.html]
expected: TIMEOUT
[PerformanceObserverInit.buffered should retrieve previously buffered entries]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[po-resource.html]
[resource entries are observable]
expected: FAIL

View file

@ -0,0 +1,3 @@
[include-frames-originA-A-A.html]
[GetEntries of a document of origin A, its child frame of origin B and its grandchild frame of origin A.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[include-frames-originA-A.html]
[GetEntries of a document of origin A and its child frame of origin A.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[include-frames-originA-AA.html]
[GetEntries of a document of origin A and its two child frames both of origin A.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[include-frames-originA-AB.html]
[GetEntries of a document of origin A and its two child frames of origin A and B respectively.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[include-frames-originA-B-A.html]
[GetEntries of a document of origin A, its child frame of origin B and its grandchild frame of origin A.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[include-frames-originA-B-B.html]
[GetEntries of a document of origin A, its child frame of origin B and its grandchild frame of origin B.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[include-frames-originA-B.html]
[GetEntries of a parent Frame of origin A and its child frame of origin B]
expected: FAIL

View file

@ -0,0 +1,4 @@
[performance-entry-source-deleted-frame.html]
expected: ERROR
[PerformanceEntry source is null when the window it points to is removed.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[with-filter-options-originA.html]
[GetEntries with filter options.]
expected: FAIL