[wpt-sync] Sync PR 21672 - Change disallow_document_access to be an attribute on FramePolicy
Categories
(Core :: DOM: Core & HTML, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox75 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21672 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21672
Details from upstream follow.
Dave Tapuska <dtapuska@chromium.org> wrote:
Change disallow_document_access to be an attribute on FramePolicy
The attribute didn't work correctly for remote frames. This attribute
fits closer with the FramePolicy since when it is set it initializes
it based on the attributes at the time the frame was loaded.Bug: 961448
Change-Id: I3ad49c157aabadf87904ce28c5c591bb01959e0f
Reviewed-on: https://chromium-review.googlesource.com/2044882
WPT-Export-Revision: f2d50985b3f6e111420ebb8c8aee33b2a7685045
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
OK : 2
FAIL: 2
Chrome
OK : 2
PASS: 2
Links
Details
New Tests That Don't Pass
/html/browsers/windows/document-access/cross_origin_intermediate_access_remote.sub.tentative.html
Check that a grandchild can access window.top: FAIL (Chrome: PASS)
/html/browsers/windows/document-access/cross_origin_intermediate_access.sub.tentative.html
Check that a grandchild can access window.top: FAIL (Chrome: PASS)
Comment 4•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1093741877a9
https://hg.mozilla.org/mozilla-central/rev/1399e8905dd6
Description
•