[wpt-sync] Sync PR 56633 - Navigation API: Fix navigation-api/navigation-history-entry/entry-after-detach.html to be spec compliant
Categories
(Core :: DOM: Navigation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox153 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 56633 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/56633
Details from upstream follow.
Simon Farre <simon.farre.cx@gmail.com> wrote:
Navigation API: Fix navigation-api/navigation-history-entry/entry-after-detach.html to be spec compliant
Spec says that if there's no active document the empty string should be returned yet the test tests for null.
https://html.spec.whatwg.org/#dom-navigationhistoryentry-url step 2 says:
If document is not [fully active](https://html.spec.whatwg.org/#fully-active), then return the empty string.@zcorpan @jgraham - can you please bring in appropriate people from chrome and the like?
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Updated•9 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e7391536f5c69a4486b19fc8e251fcf4674db5e5
| Assignee | ||
Comment 2•3 months ago
|
||
Test result changes from PR not available.
| Assignee | ||
Comment 3•3 months ago
|
||
Test result changes from PR not available.
Comment 5•3 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c387ea5e7cf6
https://hg.mozilla.org/mozilla-central/rev/60bf8626d1bd
Description
•