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

Side by Side Diff: LayoutTests/fast/regions/subtree-with-vert-rl.html

Issue 18374008: Propagate writing-mode from the first region to the flow thread. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address minor issues raised together with the LGTM. Created 7 years, 4 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 <html>
3 <body style="color:black; background:white;">
4 <p>Below you should see the word 'PASS' on a lime background.</p>
5 <div style="width:20em; height:20em; -webkit-writing-mode:vertical-rl; l ine-height:2em;">
6 <div style="-webkit-flow-into:thread;">
7 <br>
8 <div style="-webkit-region-break-after:always;"></div>
9 <div style="-webkit-writing-mode:horizontal-tb;">PASS</div>
10 </div>
11 <div style="-webkit-flow-from:thread; background:black;"></div>
12 <div style="-webkit-flow-from:thread; background:lime;"></div>
13 </div>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698