Sign in
chromium
/
chromium
/
src.git
/
eddc51a943211fc44d93d05ae1f84d79d12619ed
/
.
/
third_party
/
WebKit
/
LayoutTests
/
scrollbars
/
iframe-overflow-scroll-ignored.html
blob: 9ba5473217a19bd193c881b2a84e9edc23f057c9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<!-- There should be a functioning vertical scrollbar, but no horizontal scrollbar. -->
<iframe style="overflow-x: scroll; overflow-y: hidden" srcdoc="
<div
style
=
height:1000px
></div>
">
</iframe>