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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html

Issue 2643123004: Don't cancel out scroll offset when calculating the clip rectangle for multicol. (Closed)
Patch Set: The new test is expected to fail with SlimmingPaintV2 Created 3 years, 10 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 <p>The word "PASS" should be seen below.</p>
3 <div id="scrollable" style="overflow:hidden; columns:1; column-gap:0; width:100p x; height:100px;">
4 <div style="height:10000px;"></div>
5 PASS
6 </div>
7 <script>
8 document.getElementById("scrollable").scrollLeft = 10000;
9 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698