[wpt-sync] Sync PR 47458 - 32432 fixing panic when attempting loading scrdoc iframe
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47458 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47458
Details from upstream follow.
newmoneybigbucks <newmoneybigbucks@protonmail.com> wrote:
32432 fixing panic when attempting loading scrdoc iframe
<!-- Please describe your changes on the following line: -->
Changed get_referrer() function in globalscope.rs (in component/script/dom) so that substep 3.1.3 returns Referrer::NoReferrer if no browsing context, context parent, or parent document is found. This replaces calls to expect() and stops the program from panicking if none of those values are found.Reviewed in servo/servo#32782
Assignee | ||
Updated•6 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
Assignee | ||
Comment 2•6 months ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests
Status Summary
Firefox
PASS
: 1
Chrome
PASS
: 1
Safari
PASS
: 1
Links
Comment 4•6 months ago
|
||
bugherder |
Description
•