Skip to content

Commit f31a781

Browse files
committed
Fix test expectations
1 parent f5c2e13 commit f31a781

29 files changed

Lines changed: 70 additions & 123 deletions

tests/wpt/metadata/navigation-timing/idlharness.window.js.ini

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
[idlharness.window.html]
22
[PerformanceNavigationTiming must be primary interface of performance.getEntriesByType("navigation")[0\]]
3-
expected: FAIL
3+
expected: PASS
44

55
[Stringification of performance.getEntriesByType("navigation")[0\]]
6-
expected: FAIL
6+
expected: PASS
77

88
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "unloadEventStart" with the proper type]
9-
expected: FAIL
9+
expected: PASS
1010

1111
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "unloadEventEnd" with the proper type]
12-
expected: FAIL
12+
expected: PASS
1313

1414
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domInteractive" with the proper type]
15-
expected: FAIL
15+
expected: PASS
1616

1717
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domContentLoadedEventStart" with the proper type]
18-
expected: FAIL
18+
expected: PASS
1919

2020
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domContentLoadedEventEnd" with the proper type]
21-
expected: FAIL
21+
expected: PASS
2222

2323
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "domComplete" with the proper type]
24-
expected: FAIL
24+
expected: PASS
2525

2626
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "loadEventStart" with the proper type]
27-
expected: FAIL
27+
expected: PASS
2828

2929
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "loadEventEnd" with the proper type]
30-
expected: FAIL
30+
expected: PASS
3131

3232
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "type" with the proper type]
33-
expected: FAIL
33+
expected: PASS
3434

3535
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "redirectCount" with the proper type]
36-
expected: FAIL
36+
expected: PASS
3737

3838
[PerformanceNavigationTiming interface: performance.getEntriesByType("navigation")[0\] must inherit property "toJSON()" with the proper type]
39-
expected: FAIL
39+
expected: PASS
4040

4141
[PerformanceNavigationTiming interface: default toJSON operation on performance.getEntriesByType("navigation")[0\]]
4242
expected: FAIL

tests/wpt/metadata/navigation-timing/nav2_test_document_open.html.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/wpt/metadata/navigation-timing/nav2_test_frame_removed.html.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[nav2_test_instance_accessible_from_the_start.html]
22
type: testharness
33
[PerformanceNavigationTiming instance exists with reasonable values.]
4-
expected: FAIL
4+
expected: PASS
55

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[nav2_test_navigate_iframe.html]
2-
expected: ERROR
2+
expected: OK
33
[PerformanceNavigationTiming.name updated in iframes]
44
expected: FAIL
55

66
[navigation.name updated when iframe URL changes]
7-
expected: TIMEOUT
7+
expected: PASS
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[nav2_test_navigate_within_document.html]
22
type: testharness
33
[Navigation Timing 2 WPT]
4-
expected: FAIL
4+
expected: PASS
55

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[nav2_test_navigation_type_backforward.html]
22
type: testharness
3+
expected: TIMEOUT
34
[Navigation Timing 2 WPT]
4-
expected: FAIL
5+
expected: NOTRUN
56

tests/wpt/metadata/navigation-timing/nav2_test_redirect_chain_xserver_partial_opt_in.html.ini

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/wpt/metadata/navigation-timing/nav2_test_redirect_xserver.html.ini

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[unload-event-same-origin-check.html]
22
[Redirect chain with a partial TAO opt-in]
3-
expected: FAIL
3+
expected: PASS
44

55
[No previous document with same origin redirect]
66
expected: FAIL
77

88
[cross-cross-same Redirect chain with no TAO opt-in]
9-
expected: FAIL
9+
expected: PASS
1010

1111
[Same-cross-same redirect chain with no TAO opt-in]
12-
expected: FAIL
12+
expected: PASS
1313

1414
[Same origin previous document with same origin redirect]
1515
expected: FAIL
1616

1717
[Redirect chain with full TAO opt-in]
18-
expected: FAIL
18+
expected: PASS
1919

2020
[Previous document same origin]
2121
expected: FAIL
2222

2323
[No previous document]
24-
expected: FAIL
24+
expected: PASS
2525

2626
[No previous document with cross origin redirect]
27-
expected: FAIL
27+
expected: PASS
2828

2929
[Previous document cross origin]
30-
expected: FAIL
30+
expected: PASS
3131

3232
[No previous document with cross origin redirect with TAO]
33-
expected: FAIL
33+
expected: PASS
3434

3535
[No previous document with cross origin redirect with partial TAO]
36-
expected: FAIL
36+
expected: PASS
3737

0 commit comments

Comments
 (0)