chromium/third_party/blink/web_tests/scrollbars/iframe-overflow-scroll-ignored.html

<!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>