Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / paged-with-overflowing-block-rl-expected.html
blobeffdeca1e02fd8c3297f44d6460b39963faa7fb7
1 <!DOCTYPE html>
2 <div id="container" style="overflow:-webkit-paged-x; -webkit-column-gap:0; width:500px; height:500px; -webkit-writing-mode:vertical-rl;">
3 <div style="width:100px;">
4 <div id="elm" style="width:1000px; background:green;"></div>
5 </div>
6 </div>
7 <script>
8 document.getElementById("container").scrollLeft = 0;
9 </script>
10 <p>Test changing the background color of a big block that overflows the flow thread.</p>
11 <p>A green square with a horizontal scrollbar should be seen above.</p>