Skip to content

Commit

Permalink
Bug 1773369 [wpt PR 34353] - Update wpt metadata, a=testonly
Browse files Browse the repository at this point in the history
wpt-pr: 34353
wpt-type: metadata
  • Loading branch information
moz-wptsync-bot committed Jul 22, 2022
1 parent a32f9e4 commit a0a5e6c
Show file tree
Hide file tree
Showing 115 changed files with 257 additions and 277 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[navigation-navigate-transitionWhile.html]
[currententrychange fires for navigation.navigate() intercepted by transitionWhile()]
[navigation-navigate-intercept.html]
[currententrychange fires for navigation.navigate() intercepted by intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[navigation-navigate-replace-intercept.html]
[currententrychange fires for navigation.navigate() with replace intercepted by intercept()]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[navigation-reload-transitionWhile.html]
[currententrychange fires for navigation.reload() intercepted by transitionWhile()]
[navigation-reload-intercept.html]
[currententrychange fires for navigation.reload() intercepted by intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[change-focus-again-in-blur-during-intercept.html]
[change-focus-again-in-blur-during-intercept]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[change-focus-back-to-origial-during-intercept.html]
[change-focus-back-to-origial-during-intercept]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[change-focus-during-intercept.html]
[change-focus-during-intercept]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[change-focus-then-remove-during-intercept.html]
[change-focus-then-remove-during-intercept]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[multiple-transitionWhile.html]
[multiple-intercept.html]
[(not provided) + after-transition]
expected: FAIL

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-after-dispatch.html]
[event.intercept() throws if used after the dispatch phase]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-and-navigate.html]
[Using intercept() then navigate() in the ensuing currententrychange should abort the finished promise (but not the committed promise)]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-canceled-event.html]
[event.intercept() throws if used on a canceled event]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-cross-document-same-origin.html]
[event.intercept() intercepts a same-origin cross-document navigation]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-cross-origin.html]
[event.intercept() should throw if called for a cross origin navigation]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-detach-multiple.html]
[event.intercept() throws if used on an event from a detached iframe]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-detach.html]
[event.intercept() throws if used on an event from a detached iframe]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[intercept-handler-null-or-undefined.html]
[event.intercept() should throw if the handler is null]
expected: FAIL

[event.intercept() should not throw if the handler is explicit undefined]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-handler-returns-non-promise.html]
[event.intercept() should resolve immediately if the handler doesn't return a promise]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-handler-throws.html]
[event.intercept() should abort if the handler throws]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-history-pushState.html]
[event.intercept() should proceed if the given promise resolves]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-history-replaceState.html]
[event.intercept() should proceed if the given promise resolves]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-multiple-times-reject.html]
[event.intercept() is called multiple times and one of the promises rejects]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-multiple-times.html]
[navigation.navigate() returns a finished promise that awaits all promises if event.intercept() is called multiple times]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-navigation-back.html]
[event.intercept() can intercept navigation.back()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-on-synthetic-event.html]
[event.intercept() throws if invoked on a synthetic event]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-popstate.html]
[event.intercept() should provide popstate with a valid state object]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-reject.html]
[event.intercept() should abort if the given promise rejects]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-resolve.html]
[event.intercept() should proceed if the given promise resolves]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[intercept-same-document-history-back.html]
[event.intercept() can intercept same-document history.back()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[signal-abort-intercept.html]
[event.intercept() does not signal event.signal]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[signal-abort-window-stop-after-intercept.html]
[window.stop() cancels the navigate event's intercept() and signals event.signal]
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[key-id-location-reload-transitionWhile.html]
[NavigationHistoryEntry's key and id after location.reload() intercepted by transitionWhile()]
[key-id-location-reload-intercept.html]
[NavigationHistoryEntry's key and id after location.reload() intercepted by intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[navigate-intercept-history-state.html]
[history.story should be nulled by navigate() handled by intercept()]
expected: FAIL

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[back-intercept-rejected.html]
[back() promise rejection with rejected intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[back-intercept.html]
[back() and intercept() with a fulfilled promise]
expected: FAIL

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[forward-intercept-rejected.html]
[forward() promise rejection with rejected intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[forward-intercept.html]
[forward() and intercept() with a fulfilled promise]
expected: FAIL

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[navigate-intercept-interrupted.html]
[interrupted navigate() promises with intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[navigate-intercept-rejected.html]
[navigate() and intercept() with a rejected promise]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[navigate-intercept.html]
[navigate() and intercept() with a fulfilled promise]
expected: FAIL

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[reload-intercept-rejected.html]
[reload() and intercept() with a rejected promise]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[reload-intercept.html]
[reload() and intercept() with a fulfilled promise]
expected: FAIL

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[reload.html]
[reload() promises never settle (without transitionWhile())]
expected: FAIL

[reload() promises never settle (without intercept())]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[traverseTo-intercept-rejected.html]
[traverseTo() promise rejection with rejected intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[traverseTo-intercept.html]
[traverseTo() and intercept() with a fulfilled promise]
expected: FAIL

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[anchor-download-intercept-reject.html]
[event and promise ordering for <a download> intercepted by passing a rejected promise to intercept()]
expected: FAIL


[anchor-download-intercept-reject.html?currententrychange]
[event and promise ordering for <a download> intercepted by passing a rejected promise to intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[anchor-download-intercept.html?currententrychange]
[event and promise ordering for <a download> intercepted by intercept()]
expected: FAIL


[anchor-download-intercept.html]
[event and promise ordering for <a download> intercepted by intercept()]
expected: FAIL

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[anchor-download.html]
[<a download> fires navigate, but not navigatesuccess or navigateerror when not intercepted by transitionWhile()]
expected: FAIL

[<a download> fires navigate, but not navigatesuccess or navigateerror when not intercepted by intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[back-same-document-intercept-reject.html?currententrychange]
[event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept()]
expected: FAIL


[back-same-document-intercept-reject.html]
[event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept()]
expected: FAIL
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[back-same-document-intercept.html]
[event and promise ordering for same-document navigation.back() intercepted by intercept()]
expected: FAIL


[back-same-document-intercept.html?currententrychange]
[event and promise ordering for same-document navigation.back() intercepted by intercept()]
expected: FAIL
Loading

0 comments on commit a0a5e6c

Please sign in to comment.