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

Unified Diff: LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html

Issue 22576002: Paint region based columns correctly in non-default writing-modes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Simplify comment, address code review minor issue raised with lgtm. Created 7 years, 3 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/multicol/newmulticol/hide-box-vertical-lr-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html b/LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..6f9ded503d3e4a7d2bb586887fbb8a4895754496
--- /dev/null
+++ b/LayoutTests/fast/multicol/newmulticol/hide-box-vertical-lr-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>hiding a box covering a multicol, vertical-lr</title>
+ <script>
+ if (window.internals)
+ internals.settings.setRegionBasedColumnsEnabled(true);
+ </script>
+ </head>
+ <body style="color:black; background:white;">
+ <p>The word PASS should be seen below.</p>
+ <div style="position:relative; width:30em; background:black;">
+ <div style="width:20em; height:20em; -webkit-writing-mode:vertical-lr;">
+ <div style="-webkit-logical-height:6em; line-height:2em; background:cyan;">
+ <br>
+ <span style="-webkit-margin-start:5em;">&nbsp;PASS</span>
+ </div>
+ </div>
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698