summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/dom/nodes/insertion-removing-steps/Node-appendChild-script-and-iframe.tentative.html.ini
blob: 35a999645cbaad4ae893b85adf50018246b6051d (plain)
1
2
3
4
5
6
7
8
9
[Node-appendChild-script-and-iframe.tentative.html]
  [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]
    expected: FAIL

  [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]
    expected: FAIL

  [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]
    expected: FAIL