Closed
Bug 1841083
Opened 2 years ago
Closed 2 years ago
[wpt-sync] Sync PR 40813 - Add tests for the browsingContext.fragmentNavigated event
Categories
(Remote Protocol :: WebDriver BiDi, task, P4)
Remote Protocol
WebDriver BiDi
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 40813 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/40813
Details from upstream follow.
Alex Rudenko <alexrudenko@chromium.org> wrote:
Add tests for same-document navigations
[x]
./wpt lint
passes
[x] tests pass with chromium-bidicc @whimboo
Assignee | ||
Updated•2 years ago
|
Component: web-platform-tests → WebDriver BiDi
Product: Testing → Remote Protocol
Assignee | ||
Comment 1•2 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=6d1fc81067f667373a31268edb09d5aaf91c7f4d
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 10 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 4 subtests
Status Summary
Firefox
OK
: 2
FAIL
: 22
Chrome
OK
: 2
FAIL
: 22
Safari
OK
: 2
ERROR
: 22
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /webdriver/tests/bidi/browsing_context/fragment_navigated/fragment_navigated.py [wpt.fyi]
- test_unsubscribe:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_subscribe:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_timestamp:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_navigation_id:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_url_with_base_tag:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_iframe:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_document_location[-#foo]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_document_location[#foo-#bar]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_document_location[#foo-#foo]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_document_location[#bar-]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_browsing_context_navigate[-#foo]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_browsing_context_navigate[#foo-#bar]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_browsing_context_navigate[#foo-#foo]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_browsing_context_navigate[#bar-]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_new_context[tab]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_new_context[window]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_document_write:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_regular_navigation:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_unsubscribe:
- /webdriver/tests/bidi/browsing_context/fragment_navigated/history_api.py [wpt.fyi]
- test_history_push_state[-#foo]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_history_push_state[#foo-#bar]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_history_push_state[#foo-#foo]:
FAIL
(Chrome:FAIL
, Safari:ERROR
) - test_history_push_state[#bar-]:
FAIL
(Chrome:FAIL
, Safari:ERROR
)
- test_history_push_state[-#foo]:
Updated•2 years ago
|
Blocks: 1841039
Summary: [wpt-sync] Sync PR 40813 - Add tests for same-document navigations → [wpt-sync] Sync PR 40813 - Add tests for the browsingContext.fragmentNavigated event
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/836e658ee0cd
[wpt PR 40813] - Add tests for the `browsingContext.fragmentNavigated` event, a=testonly
https://hg.mozilla.org/integration/autoland/rev/9a272d121b7a
[wpt PR 40813] - Update wpt metadata, a=testonly
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/836e658ee0cd
https://hg.mozilla.org/mozilla-central/rev/9a272d121b7a
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•