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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/change-multicol-writing-mode-expected.html

Issue 2000683002: Keep writing-mode in sync between a column spanner and its placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: There should no longer be any need for LayoutTable to propagateStyleToAnonymousChildren(), since La… Created 4 years, 7 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/span/change-multicol-writing-mode-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/change-multicol-writing-mode-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/span/change-multicol-writing-mode-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..c1f93bcf96365c354fac34370e4076622458da00
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/change-multicol-writing-mode-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<style>
+ .square { float:left; width:20px; height:20px; }
+ .hotpink { background:hotpink; }
+ .blue { background:blue; }
+</style>
+<p>There should be five consecutive squares below, from left to right: hotpink, blue, hotpink, blue, hotpink.</p>
+<div class="hotpink square"></div>
+<div class="blue square"></div>
+<div class="hotpink square"></div>
+<div class="blue square"></div>
+<div class="hotpink square"></div>

Powered by Google App Engine
This is Rietveld 408576698