The principal of the initial about:blank page would be incorrect when running the WPT 'unset_context_name-1.html' in Fission mode
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
Fission Milestone | Future |
People
(Reporter: timhuang, Unassigned)
References
(Blocks 1 open bug)
Details
When running the WPT unset_context_name-1.html, the principal of the initial about:blank page will be the principal of the testing page in Fission mode. In non-FIssion mode, the principal would be a null principal.
This would make the test fail in Fission mode because the principal will be the same between the initial about:blank page and the testing page. So the window.name won't be reset.
Updated•4 years ago
|
Comment 1•4 years ago
|
||
Fission has against-the-HTML-spec about:blank handling and browsing context switch (which will happen often when bfcache is used) will make the setup a tad more complicated too
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Low priority because Olli says opening about:blank with noopener is not a real user scenario.
Reporter | ||
Comment 3•4 years ago
|
||
This bug will soon be invalid after Bug 1687527 was landed. I will close this once it has been landed.
Comment 4•4 years ago
|
||
This bug is not invalid. Fission's about:blank handling isn't following the spec.
Reporter | ||
Comment 5•4 years ago
|
||
Ah, I see. Yeah, I was thinking that this bug is only for the WPT 'unset_context_name-1.html'. Given that WPT 'unset_context_name-1.html' will no longer be available after Bug1687527, so we could close this. But given that Fission has an issue of about:blank handling, this bug should still be kept. Or do we have another bug that has been filed already, that we can set this bug as duplicate?
Comment 6•4 years ago
|
||
(In reply to Tim Huang[:timhuang] [PTO until 4 July] from comment #5)
Ah, I see. Yeah, I was thinking that this bug is only for the WPT 'unset_context_name-1.html'. Given that WPT 'unset_context_name-1.html' will no longer be available after Bug1687527, so we could close this. But given that Fission has an issue of about:blank handling, this bug should still be kept. Or do we have another bug that has been filed already, that we can set this bug as duplicate?
Let's keep this bug for this about:blank rel=noopener issue. Moving to Fission Future because this bug doesn't need to block Fission MVP.
Description
•