Sign in
chromium
/
chromium
/
src.git
/
lkgr-android-internal
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
iframe-scrollable.html
blob: 885957aa141c6c4eed204ce6b83b0a9192c80c1c [
file
] [
log
] [
blame
]
<!--
@BLINK-ALLOW:scrollable=*
-->
<!DOCTYPE html>
<html
style
=
"
width
:
100px
;
height
:
100px
;
"
>
<body>
<iframe
style
=
"
width
:
200px
;
height
:
200px
;
"
aria-label
=
"Scrollable iframe"
src
=
"frame/visible_text.html"
>
</iframe>
</body>
</html>