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

Unified Diff: LayoutTests/fast/regions/subtree-with-horiz-tb-expected.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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/regions/subtree-with-horiz-tb-expected.html
diff --git a/LayoutTests/fast/regions/subtree-with-horiz-tb-expected.html b/LayoutTests/fast/regions/subtree-with-horiz-tb-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..f9816a0786021ef301b0fd5227f5a2f784254b17
--- /dev/null
+++ b/LayoutTests/fast/regions/subtree-with-horiz-tb-expected.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html style="-webkit-writing-mode:vertical-rl;">
+ <body style="color:black; background:white;">
+ <p style="-webkit-writing-mode:horizontal-tb;">Below you should see the word 'PASS' on a lime background.</p>
+ <div style="width:20em; margin-top:5em; height:20em; -webkit-writing-mode:horizontal-tb; line-height:2em;">
+ <div style="background:black;">
+ <br>
+ </div>
+ <div style="background:lime;">
+ PASS
+ </div>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/regions/subtree-with-horiz-tb.html ('k') | LayoutTests/fast/regions/subtree-with-vert-lr.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698