forked from BrowserWorks/Waterfox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1547057 - HTMLIFrameElement must always set the default origin fo…
…r FeaturePolicy, r=ckerschb Differential Revision: https://phabricator.services.mozilla.com/D29002 --HG-- extra : moz-landing-system : lando
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<html> | ||
<head> | ||
<script> | ||
function start() { | ||
const iframe = document.createElement('iframe') | ||
iframe.policy.allowedFeatures() | ||
} | ||
window.addEventListener('load', start) | ||
</script> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,3 +88,4 @@ load 1386905.html | |
asserts(0-4) load 1401726.html | ||
load 1412173.html | ||
load 1440523.html | ||
load 1547057.html |