mirror of
https://github.com/servo/servo.git
synced 2025-09-29 16:19:14 +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 @@
|
|||
[buffered-flag.window.html]
|
||||
expected: TIMEOUT
|
||||
[PerformanceObserver with buffered flag sees previous navigation entry.]
|
||||
expected: TIMEOUT
|
102
tests/wpt/meta/navigation-timing/idlharness.window.js.ini
Normal file
102
tests/wpt/meta/navigation-timing/idlharness.window.js.ini
Normal file
|
@ -0,0 +1,102 @@
|
|||
[idlharness.window.html]
|
||||
[PerformanceNavigationTiming interface: default toJSON operation on performance.getEntriesByType("navigation")[0\]]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface object length]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface object name]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: existence and properties of interface prototype object]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: existence and properties of interface prototype object's "constructor" property]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: existence and properties of interface prototype object's @@unscopables property]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute navigationStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute unloadEventStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute unloadEventEnd]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute redirectStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute redirectEnd]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute fetchStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute domainLookupStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute domainLookupEnd]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute connectStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute connectEnd]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute secureConnectionStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute requestStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute responseStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute responseEnd]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute domLoading]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute domInteractive]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute domContentLoadedEventStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute domContentLoadedEventEnd]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute domComplete]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute loadEventStart]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: attribute loadEventEnd]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: operation toJSON()]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming must be primary interface of performance.timing]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of performance.timing]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: performance.timing must inherit property "navigationStart" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: performance.timing must inherit property "domLoading" with the proper type]
|
||||
expected: FAIL
|
||||
|
||||
[PerformanceTiming interface: default toJSON operation on performance.timing]
|
||||
expected: FAIL
|
4
tests/wpt/meta/navigation-timing/po-navigation.html.ini
Normal file
4
tests/wpt/meta/navigation-timing/po-navigation.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[po-navigation.html]
|
||||
expected: TIMEOUT
|
||||
[navigation entry is observable]
|
||||
expected: TIMEOUT
|
|
@ -0,0 +1,9 @@
|
|||
[unload-event-same-origin-check.html]
|
||||
[Previous document same origin]
|
||||
expected: FAIL
|
||||
|
||||
[Same origin previous document with same origin redirect]
|
||||
expected: FAIL
|
||||
|
||||
[No previous document with same origin redirect]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue