forked from mirrors/gecko-dev
Automatic update from web-platform-tests [css-flexbox] Migrate overflow-auto-dynamic-changes.html test to WPT Migrate this test out of third_party/blink/web_tests/css3/flexbox and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: Id406f4df17b8e60e79828f37295d404b49521fc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129966 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by: David Grogan <dgrogan@chromium.org> Reviewed-by: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#757201} -- wpt-commits: da5e7eb97d72483523d3548e6ea10155bbdde7c8 wpt-pr: 22570
13 lines
203 B
HTML
13 lines
203 B
HTML
<!DOCTYPE html>
|
|
<p>This test should not have a horizontal scrollbar</p>
|
|
|
|
<div style="width: 400px; height: 100px; overflow-x: hidden; overflow-y: scroll;">
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
</div>
|