Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/https-acid3
/
.
/
html
/
rendering
/
replaced-elements
/
embedded-content
/
cross-domain-iframe-in-multicol.sub-ref.html
blob: 2b2def5735ae0c7966dd83dd2bc5487b0707e847 [
file
] [
edit
]
<!doctype html>
<html
class
=
"reftest-wait"
>
<div
style
=
"
height
:
100px
"
></div>
<iframe
id
=
myframe
src
=
"/images/green.png"
></iframe>
<script>
myframe
.
onload
=
()
=>
document
.
documentElement
.
classList
.
remove
(
'reftest-wait'
);
</script>
</html>