[wpt-sync] Sync PR 36407 - Move navigation id to LocalDomWindow class.
Categories
(Core :: DOM: Performance APIs, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 36407 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/36407
Details from upstream follow.
Hao Liu <haoliuk@chromium.org> wrote:
Move navigation id to LocalDomWindow class.
Currently navigation id is in LocalFrame class. But top level frames could
be reused for web pages. This causes the navigation id to be carried over
to new documents. This is to fix it by moving it to LocalDomWindow class
which is also a per frame class.Bug:1372016
Change-Id: I13310efaf6bae53c16c604878df4124383e53cf3
Reviewed-on: https://chromium-review.googlesource.com/3946803
WPT-Export-Revision: 669a3f2303b05542e5999c5913ff855252a2c0e5
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 1
Chrome
OK
: 1
FAIL
: 1
Safari
OK
: 1
FAIL
: 1
Links
Details
New Tests That Don't Pass
- /performance-timeline/navigation-id-reset.tentative.html [wpt.fyi]
- Navigation Id should be reset to 1 after reload.:
FAIL
(Chrome:FAIL
, Safari:FAIL
)
- Navigation Id should be reset to 1 after reload.:
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/eed2519909fd
https://hg.mozilla.org/mozilla-central/rev/02514b2ad5d2
Description
•