Auto merge of #27505 - utsavoza:ugo/issue-24718/05-08-2020, r=jdm

Do not load srcdoc iframes synchronously

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #24718
- [x] There are tests for these changes
This commit is contained in:
bors-servo 2020-08-10 16:41:59 -04:00 committed by GitHub
commit d028d71fe9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 26 additions and 20 deletions

View file

@ -0,0 +1,5 @@
[cookie-enabled-noncookie-frame.html]
expected: TIMEOUT
[navigator.cookieEnabled behavior on frames without cookie access]
expected: TIMEOUT

View file

@ -1,7 +0,0 @@
[perform-microtask-checkpoint-before-construction.html]
[HTML parser must perform a microtask checkpoint before constructing a custom element]
expected: FAIL
[HTML parser must perform a microtask checkpoint before constructing a custom element during the adoption agency algorithm]
expected: FAIL

View file

@ -1,4 +1,5 @@
[sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html]
expected: ERROR
[Sandboxed => unsandboxed popup]
expected: FAIL
expected: TIMEOUT

View file

@ -1,3 +0,0 @@
[skip-not-fully-active.html]
[Autofocus element in not-fully-active document should be skipped while flusing.]
expected: FAIL

View file

@ -1,5 +1,9 @@
[sandboxed-iframe-with-opaque-origin.html]
type: testharness
expected: TIMEOUT
[Sandboxed iframe with opaque origin doesn't send referrers.]
expected: FAIL
expected: TIMEOUT
[Sandboxed iframe with tuple origin sends referrers.]
expected: TIMEOUT