Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -0,0 +1,4 @@
[nav2-test-attributes-exist.html]
expected: TIMEOUT
[Performance navigation timing entries are observable.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[nav2-test-attributes-values.html]
expected: TIMEOUT
[Performance navigation timing instance's value is reasonable.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[nav2-test-document-replaced.html]
expected: TIMEOUT
[Navigation Timing 2 WPT]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[nav2-test-instance-accessors.html]
expected: TIMEOUT
[Performance navigation timing entries are accessible through three different accessors.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[nav2-test-navigation-type-backforward.html]
expected: TIMEOUT
[Navigation Timing 2 WPT]
expected: NOTRUN

View file

@ -0,0 +1,4 @@
[nav2-test-navigation-type-navigate.html]
expected: TIMEOUT
[Navigation type to be navigate.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[nav2-test-navigation-type-reload.html]
[Navigation Timing 2 WPT]
expected: FAIL

View file

@ -0,0 +1,4 @@
[nav2-test-redirect-none.html]
expected: TIMEOUT
[Naivation without redirects.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[nav2-test-redirect-server.html]
[Navigation Timing 2 WPT]
expected: FAIL

View file

@ -0,0 +1,3 @@
[nav2-test-response-end-and-duration-before-during-and-after-load-event.html]
[Check that performance.getEntriesByType('navigation')[0\].responseEnd has reasonable values before and after the load has finished]
expected: FAIL

View file

@ -0,0 +1,4 @@
[nav2-test-unique-nav-instances.html]
expected: TIMEOUT
[Each window has a unique nav timing 2 instance.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[nav2_test_response_end_and_duration_before_during_and_after_load_event.html]
[Check that performance.getEntriesByType('navigation')[0\].responseEnd has reasonable values before and after the load has finished]
expected: FAIL

View file

@ -0,0 +1,4 @@
[navigation-type-post-backforward.html]
expected: TIMEOUT
[Navigation type after posting and navigating away and back should be back_forward.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[nested-unload-timing.html]
[Navigation Timing: unload event with nested contexts]
expected: FAIL

View file

@ -0,0 +1,4 @@
[prefetch-transfer-size-executor.html]
expected: TIMEOUT
[Navigation timing transfer size for a prefetched navigation should be 0.]
expected: TIMEOUT

View file

@ -0,0 +1,4 @@
[prefetch-transfer-size-iframe.html]
expected: TIMEOUT
[Navigation timing transfer size for a prefetched navigation should be 0.]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[secure-connection-start-non-zero.https.html]
[Test that secureConnectionStart is not zero]
expected: FAIL

View file

@ -0,0 +1,4 @@
[supported-navigation-type.window.html]
expected: TIMEOUT
['navigation' entries should be observable.]
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[test-document-onload.html]
[Test that the attributes have a proper value during DOMContentLoaded]
expected: FAIL
[Test that the attributes have a proper value during onload]
expected: FAIL

View file

@ -0,0 +1,2 @@
[test-navigation-type-backforward.html]
expected: TIMEOUT

View file

@ -0,0 +1,9 @@
[test-navigation-type-reload.html]
[window.performance.navigation.type == TYPE_RELOAD]
expected: FAIL
[Reload domLoading > Original domLoading]
expected: FAIL
[Reload navigationStart > Original navigationStart]
expected: FAIL

View file

@ -0,0 +1,2 @@
[test-performance-attributes-exist-in-object.html]
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[test-performance-attributes.sub.html]
[Check that performance.timing has reasonable values for secureConnectionStart and other attributes]
expected: FAIL

View file

@ -0,0 +1,6 @@
[test-timing-attributes-exist.html]
[window.performance.timing.domLoading is defined.]
expected: FAIL
[window.performance.timing.navigationStart is defined.]
expected: FAIL

View file

@ -0,0 +1,54 @@
[test-timing-attributes-order.html]
[window.performance.timing.navigationStart > 0]
expected: FAIL
[window.performance.timing.fetchStart > 0]
expected: FAIL
[window.performance.timing.fetchStart >= window.performance.timing.navigationStart]
expected: FAIL
[window.performance.timing.fetchStart difference with window.performance.timing.navigationStart is 0 or at least 5 microseconds]
expected: FAIL
[window.performance.timing.domainLookupStart > 0]
expected: FAIL
[window.performance.timing.domainLookupEnd > 0]
expected: FAIL
[window.performance.timing.connectStart > 0]
expected: FAIL
[window.performance.timing.connectEnd > 0]
expected: FAIL
[window.performance.timing.requestStart > 0]
expected: FAIL
[window.performance.timing.responseStart > 0]
expected: FAIL
[window.performance.timing.responseEnd > 0]
expected: FAIL
[window.performance.timing.domLoading > 0]
expected: FAIL
[window.performance.timing.domLoading >= window.performance.timing.fetchStart]
expected: FAIL
[window.performance.timing.domLoading difference with window.performance.timing.fetchStart is 0 or at least 5 microseconds]
expected: FAIL
[window.performance.timing.unloadEventStart > 0]
expected: FAIL
[window.performance.timing.unloadEventStart >= window.performance.timing.navigationStart]
expected: FAIL
[window.performance.timing.unloadEventStart difference with window.performance.timing.navigationStart is 0 or at least 5 microseconds]
expected: FAIL
[window.performance.timing.unloadEventEnd > 0]
expected: FAIL

View file

@ -0,0 +1,2 @@
[test-timing-client-redirect.html]
expected: TIMEOUT

View file

@ -0,0 +1,9 @@
[test-timing-reload.html]
[window.performance.navigation.type == TYPE_RELOAD]
expected: FAIL
[domLoading is different after the reload.]
expected: FAIL
[navigationStart is different after the reload.]
expected: FAIL

View file

@ -0,0 +1,24 @@
[test-timing-server-redirect.html]
[navigation.redirectCount == 1 on an server redirected navigation]
expected: FAIL
[window.performance.timing.navigationStart > 0]
expected: FAIL
[window.performance.timing.redirectStart > 0]
expected: FAIL
[window.performance.timing.redirectStart >= window.performance.timing.navigationStart]
expected: FAIL
[window.performance.timing.redirectStart difference with window.performance.timing.navigationStart is 0 or at least 5 microseconds]
expected: FAIL
[window.performance.timing.redirectEnd > 0]
expected: FAIL
[window.performance.timing.fetchStart > 0]
expected: FAIL
[window.performance.timing.requestStart > 0]
expected: FAIL

View file

@ -0,0 +1,3 @@
[test-timing-xserver-redirect.html]
[window.performance.timing.navigationStart > 0]
expected: FAIL