Closed
Bug 1458813
Opened 8 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10815 - HTML: document.open() and global variables
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla63
| Tracking | Status | |
|---|---|---|
| firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10815 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10815
Details from upstream follow.
Anne van Kesteren <annevk@annevk.nl> wrote:
> HTML: document.open() and global variables
>
> For https://github.com/whatwg/html/pull/3651.
| Reporter | ||
Updated•8 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
| Reporter | ||
Comment 1•8 years ago
|
||
| Reporter | ||
Comment 2•8 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=8cebc8ef60cd4013b7f8dce141205b13b378a67b
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Reporter | ||
Comment 3•7 years ago
|
||
| Reporter | ||
Comment 4•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=4f078e3e919daed809ce5cd0463babef8537c9ed
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
| Reporter | ||
Updated•7 years ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
| Reporter | ||
Comment 5•7 years ago
|
||
| Reporter | ||
Comment 6•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=c965a8fdcecbcb611d321a803559ea00c86c5191
| Reporter | ||
Comment 7•7 years ago
|
||
Ran 3 tests and 21 subtests
OK : 3
PASS : 4
FAIL : 17
New tests that have failures or other problems:
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/015.html
global scope unchanged: FAIL
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html
document.open and no singleton replacement: FAIL
/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/no-new-global.window.html
BarProp maintains its prototype and properties through open(): FAIL
BarProp maintains object identity through open(): FAIL
Document maintains its prototype and properties through open(): FAIL
History maintains its prototype and properties through open(): FAIL
History maintains object identity through open(): FAIL
Location maintains its prototype and properties through open(): FAIL
Location maintains object identity through open(): FAIL
Navigator maintains its prototype and properties through open(): FAIL
Navigator maintains object identity through open(): FAIL
Obtaining a variable from a global whose document had open() invoked: FAIL
WindowProxy maintains its prototype and properties through open(): FAIL
localStorage maintains its prototype and properties through open(): FAIL
localStorage maintains object identity through open(): FAIL
sessionStorage maintains its prototype and properties through open(): FAIL
sessionStorage maintains object identity through open(): FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bff723cc3832
[wpt PR 10815] - HTML: document.open() and global variables, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/936e291dacf2
[wpt PR 10815] - Update wpt metadata, a=testonly
Comment 9•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/bff723cc3832
https://hg.mozilla.org/mozilla-central/rev/936e291dacf2
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•