mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 18:17:23 +00:00
LibWeb/HTML: Use DOM's post-connection steps for iframe elements
See: c8ec987d1
This commit is contained in:
parent
0a90143420
commit
18dddaa742
Notes:
github-actions[bot]
2024-12-14 20:07:33 +00:00
Author: https://github.com/shannonbooth
Commit: 18dddaa742
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2916
4 changed files with 105 additions and 13 deletions
|
@ -0,0 +1,9 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 4 tests
|
||||
|
||||
4 Pass
|
||||
Pass Script inserted after an iframe in the same appendChild() call can observe the iframe's non-null contentWindow
|
||||
Pass A script inserted atomically before an iframe (using a div) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes
|
||||
Pass A script inserted atomically before an iframe (using a DocumentFragment) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes
|
||||
Pass A script inserted atomically before an iframe (using a append() with multiple arguments) does not observe the iframe's contentWindow, since the 'script running' and 'iframe setup' both happen in order, after DOM insertion completes
|
Loading…
Add table
Add a link
Reference in a new issue