Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
offscreen.html
blob: 3d8432153899d7cf73339ebff4336874e2d76c05 [
file
] [
log
] [
blame
]
<!--
@BLINK-ALLOW:offscreen
-->
<html>
<body>
<button>
Onscreen
</button>
<div
style
=
"
height
:
650px
"
></div>
<button>
Offscreen
</button>
</body>
</html>