mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
commit
d028d71fe9
8 changed files with 26 additions and 20 deletions
|
@ -0,0 +1,5 @@
|
|||
[cookie-enabled-noncookie-frame.html]
|
||||
expected: TIMEOUT
|
||||
[navigator.cookieEnabled behavior on frames without cookie access]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -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
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
[sandbox-disallow-scripts-via-unsandboxed-popup.tentative.html]
|
||||
expected: ERROR
|
||||
[Sandboxed => unsandboxed popup]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[skip-not-fully-active.html]
|
||||
[Autofocus element in not-fully-active document should be skipped while flusing.]
|
||||
expected: FAIL
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue