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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .square { float:left; width:20px; height:20px; }
4 .hotpink { background:hotpink; }
5 .blue { background:blue; }
6 </style>
7 <p>There should be five consecutive squares below, from left to right: hotpink, blue, hotpink, blue, hotpink.</p>
8 <div class="hotpink square"></div>
9 <div class="blue square"></div>
10 <div class="hotpink square"></div>
11 <div class="blue square"></div>
12 <div class="hotpink square"></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698