mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision ac16628eb7eb601957382053011363d2bcf8ce44
This commit is contained in:
parent
ea7e753cea
commit
7e7c8873e4
4408 changed files with 664787 additions and 857286 deletions
|
@ -31,9 +31,6 @@
|
|||
* TODO once web-platform-tests supports it:
|
||||
* - test http://localhost
|
||||
* - test file:
|
||||
*
|
||||
* TODO once https://github.com/w3c/webappsec-secure-contexts/issues/26 is resolved
|
||||
* - test data:
|
||||
*/
|
||||
|
||||
|
||||
|
@ -101,6 +98,12 @@ const loadTypes = [
|
|||
"about:blank", // we don't wait for this to load, so whatever
|
||||
eSecureIfCreatorSecure,
|
||||
eResultFromExaminationSync),
|
||||
new LoadType("a data: URL",
|
||||
// can't load in a top-level browsing context
|
||||
eLoadInUnsandboxedIframe | eLoadInSandboxedIframe,
|
||||
"data:text/html,<script>parent.postMessage(isSecureContext, '*')</script>",
|
||||
eSecureIfCreatorSecure,
|
||||
eResultFromPostMessage),
|
||||
];
|
||||
|
||||
const loadTargets = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue