Skip to content

Commit

Permalink
Bug 1600709 [wpt PR 20565] - Allow document access iframe attribute.,…
Browse files Browse the repository at this point in the history
… a=testonly

Automatic update from web-platform-tests
Allow document access iframe attribute.

Remove document-access feature policy.

Change feature policy to an iframe attribute since feature policies
inherit and it really doesn't give us the characteristics we wish for.

Explainer: https://github.com/dtapuska/documentaccess

BUG=961448

Change-Id: Iee24cbd3dff53bd94153104bce250e3f9a947639
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926788
Reviewed-by: Ken Buchanan <[email protected]>
Reviewed-by: Kentaro Hara <[email protected]>
Commit-Queue: Dave Tapuska <[email protected]>
Cr-Commit-Position: refs/heads/master@{#721227}

--

wpt-commits: c9ca9882fa8f8ca4bf6a877667940cd511a46608
wpt-pr: 20565
  • Loading branch information
dtapuska authored and moz-wptsync-bot committed Dec 9, 2019
1 parent c647c05 commit bac37e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<body>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<iframe allow="document-access 'none'" src="resources/child.html"></iframe>
<iframe disallowdocumentaccess src="resources/child.html"></iframe>
<script>
async_test(function (t) {
// Ensure post message works correctly.
Expand Down

0 comments on commit bac37e5

Please sign in to comment.