Title: [167619] trunk/LayoutTests
Revision
167619
Author
[email protected]
Date
2014-04-21 13:39:33 -0700 (Mon, 21 Apr 2014)

Log Message

[New Multicolumn] vertical-rl/unsplittable-inline-block misrenders the column rule.
https://bugs.webkit.org/show_bug.cgi?id=131818

Reviewed by Anders Carlsson.
        
Patch the test to be column-fill:auto, since the other versions
of the test all had that specified already.

* fast/multicol/vertical-rl/unsplittable-inline-block.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (167618 => 167619)


--- trunk/LayoutTests/ChangeLog	2014-04-21 20:35:25 UTC (rev 167618)
+++ trunk/LayoutTests/ChangeLog	2014-04-21 20:39:33 UTC (rev 167619)
@@ -1,5 +1,17 @@
 2014-04-21  David Hyatt  <[email protected]>
 
+        [New Multicolumn] vertical-rl/unsplittable-inline-block misrenders the column rule.
+        https://bugs.webkit.org/show_bug.cgi?id=131818
+
+        Reviewed by Anders Carlsson.
+        
+        Patch the test to be column-fill:auto, since the other versions
+        of the test all had that specified already.
+
+        * fast/multicol/vertical-rl/unsplittable-inline-block.html:
+
+2014-04-21  David Hyatt  <[email protected]>
+
         [New Multicolumn] Column set drawing under horizontal scrollbar.
         https://bugs.webkit.org/show_bug.cgi?id=131812.
 

Modified: trunk/LayoutTests/fast/multicol/vertical-rl/unsplittable-inline-block.html (167618 => 167619)


--- trunk/LayoutTests/fast/multicol/vertical-rl/unsplittable-inline-block.html	2014-04-21 20:35:25 UTC (rev 167618)
+++ trunk/LayoutTests/fast/multicol/vertical-rl/unsplittable-inline-block.html	2014-04-21 20:39:33 UTC (rev 167619)
@@ -1,5 +1,5 @@
 <body style="-webkit-writing-mode:vertical-rl">
-<div style="height:750px; -webkit-column-count:2; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; border:5px solid black; padding:5px;width:300px; ">
+<div style="height:750px; -webkit-column-count:2; -webkit-column-fill:auto; -webkit-column-rule:2px solid grey; column-count:2; column-rule:2px solid grey; border:5px solid black; padding:5px;width:300px; ">
 <div style="width:250px"></div>
 <div style="display:inline-block; border:2px solid green">
 All of this text should be in the second column.<br>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to