Closed
Bug 1366149
Opened 8 years ago
Closed 8 years ago
rewrite test_bug291653.html to not use data: URI
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file, 1 obsolete file)
2.99 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Moving data: URI to another file, also in the end of the test, it calls w.setTimeout, however w now is navigated to data:text,html and is considered as a CROSS ORIGIN window, calling setTimeout causes Security Error.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8869306 -
Attachment is obsolete: true
Attachment #8869345 -
Flags: review?(bugs)
Updated•8 years ago
|
Attachment #8869345 -
Flags: review?(bugs) → review+
Pushed by yhuang@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b99ab85b2bc2
rewrite test_bug291653.html to not use data: URI. r=smaug
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•