Sign in
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
offscreen-iframe-content.html
blob: cc082f47b886ad71cea9c289b84959155ca88210 [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<body>
<div
aria-label
=
"iframe_onscreen"
style
=
"
height
:
300px
;
background-color
:
red
;
"
></div>
<div
aria-label
=
"iframe_offscreen"
style
=
"
height
:
200px
;
background-color
:
green
"
></div>
</body>
</html>