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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding-expected.html

Issue 1847343003: Correct conversion from flowthread to visual coordinate space when there's border/padding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/nested-with-padding-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..711ad726d43ef714d85598d2d231c45495b80a71
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-with-padding-expected.html
@@ -0,0 +1,7 @@
+<!DOCTYPE html>
+<p>Below, the word "PASS" should be seen in white on a blue background.</p>
+<div style="width:10em; height:20px; line-height:20px; color:white; background:blue;">
+ <div style="padding-left:5em;">
+ PASS
+ </div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698