aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/wpt/metadata/navigation-timing/idlharness.window.js.ini26
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_document_open.html.ini5
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_frame_removed.html.ini5
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_instance_accessible_from_the_start.html.ini2
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_navigate_iframe.html.ini4
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_navigate_within_document.html.ini2
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_navigation_type_backforward.html.ini3
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in.html.ini4
-rw-r--r--tests/wpt/metadata/navigation-timing/nav2_test_redirect_xserver.html.ini5
-rw-r--r--tests/wpt/metadata/navigation-timing/unload-event-same-origin-check.html.ini18
-rw-r--r--tests/wpt/metadata/performance-timeline/not-clonable.html.ini4
-rw-r--r--tests/wpt/metadata/resource-timing/TAO-crossorigin-port.sub.html.ini4
-rw-r--r--tests/wpt/metadata/resource-timing/clear_resource_timing_functionality.html.ini2
-rw-r--r--tests/wpt/metadata/resource-timing/idlharness.any.js.ini44
-rw-r--r--tests/wpt/metadata/resource-timing/resource_TAO_multi_wildcard.html.ini3
-rw-r--r--tests/wpt/metadata/resource-timing/resource_TAO_null.htm.ini4
-rw-r--r--tests/wpt/metadata/resource-timing/resource_TAO_origin_uppercase.htm.ini4
-rw-r--r--tests/wpt/metadata/resource-timing/resource_TAO_space.htm.ini4
-rw-r--r--tests/wpt/metadata/resource-timing/resource_TAO_zero.htm.ini25
-rw-r--r--tests/wpt/metadata/resource-timing/resource_cached.htm.ini2
-rw-r--r--tests/wpt/metadata/resource-timing/resource_connection_reuse.html.ini4
-rw-r--r--tests/wpt/metadata/resource-timing/resource_connection_reuse.https.html.ini2
-rw-r--r--tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content.html.ini2
-rw-r--r--tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content_redirect.html.ini2
-rw-r--r--tests/wpt/metadata/resource-timing/resource_dedicated_worker.html.ini3
-rw-r--r--tests/wpt/metadata/resource-timing/resource_reparenting.html.ini2
-rw-r--r--tests/wpt/metadata/resource-timing/resource_reuse.sub.html.ini4
-rw-r--r--tests/wpt/metadata/resource-timing/resource_script_types.html.ini2
-rw-r--r--tests/wpt/metadata/resource-timing/resource_timing_buffer_full_when_shrink_buffer_size.html.ini2
-rw-r--r--tests/wpt/metadata/workers/worker-performance.worker.js.ini3
30 files changed, 70 insertions, 126 deletions
diff --git a/tests/wpt/metadata/navigation-timing/idlharness.window.js.ini b/tests/wpt/metadata/navigation-timing/idlharness.window.js.ini
index 8dd01ef19fa..e171835d653 100644
--- a/tests/wpt/metadata/navigation-timing/idlharness.window.js.ini
+++ b/tests/wpt/metadata/navigation-timing/idlharness.window.js.ini
@@ -1,42 +1,42 @@
[idlharness.window.html]
[PerformanceNavigationTiming must be primary interface of performance.getEntriesByType("navigation")[0\]]
- expected: FAIL
+ expected: PASS
[Stringification of performance.getEntriesByType("navigation")[0\]]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "unloadEventStart" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "unloadEventEnd" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domInteractive" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domContentLoadedEventStart" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domContentLoadedEventEnd" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domComplete" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "loadEventStart" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "loadEventEnd" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "type" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "redirectCount" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "toJSON()" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceNavigationTiming interface: default toJSON operation on performance.getEntriesByType("navigation")[0\]]
expected: FAIL
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_document_open.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_document_open.html.ini
deleted file mode 100644
index 44c377db153..00000000000
--- a/tests/wpt/metadata/navigation-timing/nav2_test_document_open.html.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[nav2_test_document_open.html]
- type: testharness
- [Navigation Timing 2 WPT]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_frame_removed.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_frame_removed.html.ini
deleted file mode 100644
index 6cd50b8489f..00000000000
--- a/tests/wpt/metadata/navigation-timing/nav2_test_frame_removed.html.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[nav2_test_frame_removed.html]
- type: testharness
- [Navigation Timing 2 WPT]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_instance_accessible_from_the_start.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_instance_accessible_from_the_start.html.ini
index bf1c240224f..af77b5aac5f 100644
--- a/tests/wpt/metadata/navigation-timing/nav2_test_instance_accessible_from_the_start.html.ini
+++ b/tests/wpt/metadata/navigation-timing/nav2_test_instance_accessible_from_the_start.html.ini
@@ -1,5 +1,5 @@
[nav2_test_instance_accessible_from_the_start.html]
type: testharness
[PerformanceNavigationTiming instance exists with reasonable values.]
- expected: FAIL
+ expected: PASS
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_navigate_iframe.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_navigate_iframe.html.ini
index bea5ea3a2a0..0da5e2d6d92 100644
--- a/tests/wpt/metadata/navigation-timing/nav2_test_navigate_iframe.html.ini
+++ b/tests/wpt/metadata/navigation-timing/nav2_test_navigate_iframe.html.ini
@@ -1,8 +1,8 @@
[nav2_test_navigate_iframe.html]
- expected: ERROR
+ expected: OK
[PerformanceNavigationTiming.name updated in iframes]
expected: FAIL
[navigation.name updated when iframe URL changes]
- expected: TIMEOUT
+ expected: PASS
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_navigate_within_document.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_navigate_within_document.html.ini
index 7780f1c3ab9..29a624b5e3e 100644
--- a/tests/wpt/metadata/navigation-timing/nav2_test_navigate_within_document.html.ini
+++ b/tests/wpt/metadata/navigation-timing/nav2_test_navigate_within_document.html.ini
@@ -1,5 +1,5 @@
[nav2_test_navigate_within_document.html]
type: testharness
[Navigation Timing 2 WPT]
- expected: FAIL
+ expected: PASS
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_navigation_type_backforward.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_navigation_type_backforward.html.ini
index 99e1f259f4c..a6c96140577 100644
--- a/tests/wpt/metadata/navigation-timing/nav2_test_navigation_type_backforward.html.ini
+++ b/tests/wpt/metadata/navigation-timing/nav2_test_navigation_type_backforward.html.ini
@@ -1,5 +1,6 @@
[nav2_test_navigation_type_backforward.html]
type: testharness
+ expected: TIMEOUT
[Navigation Timing 2 WPT]
- expected: FAIL
+ expected: NOTRUN
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in.html.ini
deleted file mode 100644
index fad1068318f..00000000000
--- a/tests/wpt/metadata/navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in.html.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[nav2_test_redirect_chain_xserver_partial_opt_in.html]
- [Navigation Timing 2 WPT]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/navigation-timing/nav2_test_redirect_xserver.html.ini b/tests/wpt/metadata/navigation-timing/nav2_test_redirect_xserver.html.ini
deleted file mode 100644
index 7bcd169ae34..00000000000
--- a/tests/wpt/metadata/navigation-timing/nav2_test_redirect_xserver.html.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[nav2_test_redirect_xserver.html]
- type: testharness
- [Navigation Timing 2 WPT]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/navigation-timing/unload-event-same-origin-check.html.ini b/tests/wpt/metadata/navigation-timing/unload-event-same-origin-check.html.ini
index f000dd8926d..c7bde476bb6 100644
--- a/tests/wpt/metadata/navigation-timing/unload-event-same-origin-check.html.ini
+++ b/tests/wpt/metadata/navigation-timing/unload-event-same-origin-check.html.ini
@@ -1,37 +1,37 @@
[unload-event-same-origin-check.html]
[Redirect chain with a partial TAO opt-in]
- expected: FAIL
+ expected: PASS
[No previous document with same origin redirect]
expected: FAIL
[cross-cross-same Redirect chain with no TAO opt-in]
- expected: FAIL
+ expected: PASS
[Same-cross-same redirect chain with no TAO opt-in]
- expected: FAIL
+ expected: PASS
[Same origin previous document with same origin redirect]
expected: FAIL
[Redirect chain with full TAO opt-in]
- expected: FAIL
+ expected: PASS
[Previous document same origin]
expected: FAIL
[No previous document]
- expected: FAIL
+ expected: PASS
[No previous document with cross origin redirect]
- expected: FAIL
+ expected: PASS
[Previous document cross origin]
- expected: FAIL
+ expected: PASS
[No previous document with cross origin redirect with TAO]
- expected: FAIL
+ expected: PASS
[No previous document with cross origin redirect with partial TAO]
- expected: FAIL
+ expected: PASS
diff --git a/tests/wpt/metadata/performance-timeline/not-clonable.html.ini b/tests/wpt/metadata/performance-timeline/not-clonable.html.ini
deleted file mode 100644
index 36b6b7a914a..00000000000
--- a/tests/wpt/metadata/performance-timeline/not-clonable.html.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[not-clonable.html]
- [Test that a postMessage of a performance entry fails]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/resource-timing/TAO-crossorigin-port.sub.html.ini b/tests/wpt/metadata/resource-timing/TAO-crossorigin-port.sub.html.ini
deleted file mode 100644
index 8b3a23c8ea6..00000000000
--- a/tests/wpt/metadata/resource-timing/TAO-crossorigin-port.sub.html.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[TAO-crossorigin-port.sub.html]
- [Makes sure that the iframe passed the test and had an entry which passed the timing allow check]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/resource-timing/clear_resource_timing_functionality.html.ini b/tests/wpt/metadata/resource-timing/clear_resource_timing_functionality.html.ini
index 4580ffd476f..98dd32b3984 100644
--- a/tests/wpt/metadata/resource-timing/clear_resource_timing_functionality.html.ini
+++ b/tests/wpt/metadata/resource-timing/clear_resource_timing_functionality.html.ini
@@ -1,6 +1,6 @@
[clear_resource_timing_functionality.html]
[4 resource timing entries should be stored in this page.]
- expected: FAIL
+ expected: PASS
[No resource timing entries should be stored after clearResourceTimings.]
expected: FAIL
diff --git a/tests/wpt/metadata/resource-timing/idlharness.any.js.ini b/tests/wpt/metadata/resource-timing/idlharness.any.js.ini
index 7b28dbebd4e..b0801eea469 100644
--- a/tests/wpt/metadata/resource-timing/idlharness.any.js.ini
+++ b/tests/wpt/metadata/resource-timing/idlharness.any.js.ini
@@ -1,45 +1,45 @@
[idlharness.any.html]
[PerformanceResourceTiming interface: attribute transferSize]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "transferSize" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute decodedBodySize]
- expected: FAIL
+ expected: PASS
[Stringification of resource]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "decodedBodySize" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute encodedBodySize]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "encodedBodySize" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming must be primary interface of resource]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "workerStart" with the proper type]
expected: FAIL
[PerformanceResourceTiming interface: attribute secureConnectionStart]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "secureConnectionStart" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute workerStart]
expected: FAIL
[PerformanceResourceTiming interface: resource must inherit property "domainLookupEnd" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute domainLookupEnd]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: default toJSON operation on resource]
expected: FAIL
@@ -50,37 +50,37 @@
expected: FAIL
[PerformanceResourceTiming interface: attribute transferSize]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "secureConnectionStart" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "transferSize" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute decodedBodySize]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "domainLookupEnd" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "decodedBodySize" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute encodedBodySize]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: resource must inherit property "encodedBodySize" with the proper type]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute secureConnectionStart]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: attribute workerStart]
expected: FAIL
[PerformanceResourceTiming interface: attribute domainLookupEnd]
- expected: FAIL
+ expected: PASS
[PerformanceResourceTiming interface: default toJSON operation on resource]
expected: FAIL
diff --git a/tests/wpt/metadata/resource-timing/resource_TAO_multi_wildcard.html.ini b/tests/wpt/metadata/resource-timing/resource_TAO_multi_wildcard.html.ini
new file mode 100644
index 00000000000..8c1b20cbd37
--- /dev/null
+++ b/tests/wpt/metadata/resource-timing/resource_TAO_multi_wildcard.html.ini
@@ -0,0 +1,3 @@
+[resource_TAO_multi_wildcard.html]
+ [redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should not be all returned as 0 when the HTTP response has multiple Timing-Allow-Origin header fields and the subsequent field value is separated by a comma, i.e. TAO algorithm passes]
+ expected: FAIL \ No newline at end of file
diff --git a/tests/wpt/metadata/resource-timing/resource_TAO_null.htm.ini b/tests/wpt/metadata/resource-timing/resource_TAO_null.htm.ini
deleted file mode 100644
index 2c100c3d26f..00000000000
--- a/tests/wpt/metadata/resource-timing/resource_TAO_null.htm.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[resource_TAO_null.htm]
- [redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should be all returned as 0 when the value of Timing-Allow-Origin is null and TAO algorithm fails]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/resource-timing/resource_TAO_origin_uppercase.htm.ini b/tests/wpt/metadata/resource-timing/resource_TAO_origin_uppercase.htm.ini
deleted file mode 100644
index 7c5b455b088..00000000000
--- a/tests/wpt/metadata/resource-timing/resource_TAO_origin_uppercase.htm.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[resource_TAO_origin_uppercase.htm]
- [redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should be all returned as 0 when the value of Timing-Allow-Origin is NOT a case-sensitive match for the value of the origin of the current document and TAO algorithm passes]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/resource-timing/resource_TAO_space.htm.ini b/tests/wpt/metadata/resource-timing/resource_TAO_space.htm.ini
deleted file mode 100644
index d18dd65b509..00000000000
--- a/tests/wpt/metadata/resource-timing/resource_TAO_space.htm.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[resource_TAO_space.htm]
- [redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should be all returned as 0 when the Timing-Allow-Origin header value of the HTTP response is a space separated origin/wildcard list]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/resource-timing/resource_TAO_zero.htm.ini b/tests/wpt/metadata/resource-timing/resource_TAO_zero.htm.ini
deleted file mode 100644
index aa36a14c6a6..00000000000
--- a/tests/wpt/metadata/resource-timing/resource_TAO_zero.htm.ini
+++ /dev/null
@@ -1,25 +0,0 @@
-[resource_TAO_zero.htm]
- [secureConnectionStart should be 0 in cross-origin request.]
- expected: FAIL
-
- [domainLookupEnd should be 0 in cross-origin request.]
- expected: FAIL
-
- [connectEnd should be 0 in cross-origin request.]
- expected: FAIL
-
- [connectStart should be 0 in cross-origin request.]
- expected: FAIL
-
- [There should be one resource timing entry.]
- expected: FAIL
-
- [requestStart should be 0 in cross-origin request.]
- expected: FAIL
-
- [domainLookupStart should be 0 in cross-origin request.]
- expected: FAIL
-
- [responseEnd should be greater than 0 in cross-origin request.]
- expected: FAIL
-
diff --git a/tests/wpt/metadata/resource-timing/resource_cached.htm.ini b/tests/wpt/metadata/resource-timing/resource_cached.htm.ini
index aff4156ee6b..e7e4ae84fc3 100644
--- a/tests/wpt/metadata/resource-timing/resource_cached.htm.ini
+++ b/tests/wpt/metadata/resource-timing/resource_cached.htm.ini
@@ -1,4 +1,4 @@
[resource_cached.htm]
[There should be two entries]
- expected: FAIL
+ expected: PASS
diff --git a/tests/wpt/metadata/resource-timing/resource_connection_reuse.html.ini b/tests/wpt/metadata/resource-timing/resource_connection_reuse.html.ini
index 575076c1db5..f33ae593a3a 100644
--- a/tests/wpt/metadata/resource-timing/resource_connection_reuse.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_connection_reuse.html.ini
@@ -1,6 +1,6 @@
[resource_connection_reuse.html]
[There should be 2 PerformanceEntries]
- expected: FAIL
+ expected: PASS
[domainLookupEnd and fetchStart should be the same]
expected: FAIL
@@ -12,7 +12,7 @@
expected: FAIL
[secureConnectionStart should be zero]
- expected: FAIL
+ expected: PASS
[connectEnd and fetchStart should be the same]
expected: FAIL
diff --git a/tests/wpt/metadata/resource-timing/resource_connection_reuse.https.html.ini b/tests/wpt/metadata/resource-timing/resource_connection_reuse.https.html.ini
index 0c3861d5f41..d5eb4715ae5 100644
--- a/tests/wpt/metadata/resource-timing/resource_connection_reuse.https.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_connection_reuse.https.html.ini
@@ -1,6 +1,6 @@
[resource_connection_reuse.https.html]
[There should be 2 PerformanceEntries]
- expected: FAIL
+ expected: PASS
[secureConnectionStart and fetchStart should be the same]
expected: FAIL
diff --git a/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content.html.ini b/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content.html.ini
index 27b591a81d4..2aaddcd2d2f 100644
--- a/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content.html.ini
@@ -1,6 +1,6 @@
[resource_connection_reuse_mixed_content.html]
[There should be 2 PerformanceEntries]
- expected: FAIL
+ expected: PASS
[secureConnectionStart and fetchStart should be the same]
expected: FAIL
diff --git a/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content_redirect.html.ini b/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content_redirect.html.ini
index 27a131b19bd..24d04814113 100644
--- a/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content_redirect.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_connection_reuse_mixed_content_redirect.html.ini
@@ -1,6 +1,6 @@
[resource_connection_reuse_mixed_content_redirect.html]
[There should be 2 PerformanceEntries]
- expected: FAIL
+ expected: PASS
[secureConnectionStart and fetchStart should be the same]
expected: FAIL
diff --git a/tests/wpt/metadata/resource-timing/resource_dedicated_worker.html.ini b/tests/wpt/metadata/resource-timing/resource_dedicated_worker.html.ini
new file mode 100644
index 00000000000..7a8f5eb9beb
--- /dev/null
+++ b/tests/wpt/metadata/resource-timing/resource_dedicated_worker.html.ini
@@ -0,0 +1,3 @@
+[resource_dedicated_worker.html]
+ [There should be six entries: 4 scripts, 1 stylesheet, and the worker itself]
+ expected: FAIL \ No newline at end of file
diff --git a/tests/wpt/metadata/resource-timing/resource_reparenting.html.ini b/tests/wpt/metadata/resource-timing/resource_reparenting.html.ini
index 809b8c67a90..f3cac559376 100644
--- a/tests/wpt/metadata/resource-timing/resource_reparenting.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_reparenting.html.ini
@@ -6,5 +6,5 @@
expected: FAIL
[Testing resource entries]
- expected: FAIL
+ expected: PASS
diff --git a/tests/wpt/metadata/resource-timing/resource_reuse.sub.html.ini b/tests/wpt/metadata/resource-timing/resource_reuse.sub.html.ini
index c7b33c2cd68..26852cd0a19 100644
--- a/tests/wpt/metadata/resource-timing/resource_reuse.sub.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_reuse.sub.html.ini
@@ -1,4 +1,5 @@
[resource_reuse.sub.html]
+ expected: ERROR
[Testing resource entries]
expected: FAIL
@@ -11,3 +12,6 @@
[requestStart should be non-zero on the same-origin request]
expected: FAIL
+ [There should be only one entry]
+ expected: FAIL
+
diff --git a/tests/wpt/metadata/resource-timing/resource_script_types.html.ini b/tests/wpt/metadata/resource-timing/resource_script_types.html.ini
index d397efd42bb..5fa3890b9d4 100644
--- a/tests/wpt/metadata/resource-timing/resource_script_types.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_script_types.html.ini
@@ -30,5 +30,5 @@
expected: FAIL
[Testing resource entries]
- expected: FAIL
+ expected: PASS
diff --git a/tests/wpt/metadata/resource-timing/resource_timing_buffer_full_when_shrink_buffer_size.html.ini b/tests/wpt/metadata/resource-timing/resource_timing_buffer_full_when_shrink_buffer_size.html.ini
index a1c46103452..70ff58eb856 100644
--- a/tests/wpt/metadata/resource-timing/resource_timing_buffer_full_when_shrink_buffer_size.html.ini
+++ b/tests/wpt/metadata/resource-timing/resource_timing_buffer_full_when_shrink_buffer_size.html.ini
@@ -3,5 +3,5 @@
expected: FAIL
[There are 4 scripts, and setResourceTimingBufferSize does not reduce the size.]
- expected: FAIL
+ expected: PASS
diff --git a/tests/wpt/metadata/workers/worker-performance.worker.js.ini b/tests/wpt/metadata/workers/worker-performance.worker.js.ini
index bbacc75018a..d68b3fc39c3 100644
--- a/tests/wpt/metadata/workers/worker-performance.worker.js.ini
+++ b/tests/wpt/metadata/workers/worker-performance.worker.js.ini
@@ -9,9 +9,6 @@
[Can use clearMarks and clearMeasures in workers]
expected: FAIL
- [Resource timing seems to work in workers]
- expected: FAIL
-
[performance.clearResourceTimings in workers]
expected: FAIL