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

Unified Diff: LayoutTests/fast/multicol/scrolling-column-rules-expected.html

Issue 14238038: Need to take an element's scroll offset into account when painting its column rules. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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
« no previous file with comments | « LayoutTests/fast/multicol/scrolling-column-rules.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/scrolling-column-rules-expected.html
diff --git a/LayoutTests/fast/multicol/scrolling-column-rules-expected.html b/LayoutTests/fast/multicol/scrolling-column-rules-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..0dc783295886dbf875023453948b812acb456ada
--- /dev/null
+++ b/LayoutTests/fast/multicol/scrolling-column-rules-expected.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Column rule in scrollable multicol container</title>
+ <style>
+ body {
+ margin: 0;
+ }
+ </style>
+ </head>
+ <body>
+ <p>There should be <b>two</b> black squares below.</p>
+ <div style="float:right; width:100px; height:100px; margin-right:95px; background:black;"></div>
+ <div style="width:500px; margin:auto;">
+ <div style="width:100px; height:100px; background:black;"></div>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/multicol/scrolling-column-rules.html ('k') | Source/core/rendering/RenderBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698