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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html b/third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html
new file mode 100644
index 0000000000000000000000000000000000000000..1079a837ef2ec58b4c777f6b7e05d4f04f7d6b12
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/scrollable-basic.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<p>The word "PASS" should be seen below.</p>
+<div id="scrollable" style="overflow:hidden; columns:1; column-gap:0; width:100px; height:100px;">
+ <div style="height:10000px;"></div>
+ PASS
+</div>
+<script>
+ document.getElementById("scrollable").scrollLeft = 10000;
+</script>

Powered by Google App Engine
This is Rietveld 408576698