Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: LayoutTests/fast/multicol/scrolling-overflow-expected.html

Issue 788403007: Rewrite fast/multicol/scrolling-overflow.html to a reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script>
3 onload = function() { document.documentElement.scrollLeft = 150 - 10; }
4 </script>
5 <style>
6 body { margin:10px; }
7 </style>
8
9 <p style="position:fixed; top:0;">Below there should be a green square with a bl ack border, and no red.</p>
10 <div style="margin-top:5em;">
11 <div style="float:right; width:0;">
12 <div style="width:100px; height:100px; margin-left:50px; box-sizing:bord er-box; border:3px solid black; background:green;"></div>
13 </div>
14 <div style="padding-left:50px; width:200%; height:1px;"></div> <!-- set scro ll area -->
15 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698