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