Title: [208054] trunk/LayoutTests
Revision
208054
Author
hy...@apple.com
Date
2016-10-28 10:41:55 -0700 (Fri, 28 Oct 2016)

Log Message

Fix busted layout test from previous check-in.

* fast/multicol/column-box-alignment-rtl-expected.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (208053 => 208054)


--- trunk/LayoutTests/ChangeLog	2016-10-28 17:15:26 UTC (rev 208053)
+++ trunk/LayoutTests/ChangeLog	2016-10-28 17:41:55 UTC (rev 208054)
@@ -1,3 +1,9 @@
+2016-10-28  Dave Hyatt  <hy...@apple.com>
+
+        Fix busted layout test from previous check-in.
+
+        * fast/multicol/column-box-alignment-rtl-expected.html:
+
 2016-10-28  Antti Koivisto  <an...@apple.com>
 
         Always use iOS preload behavior

Modified: trunk/LayoutTests/fast/multicol/column-box-alignment-rtl-expected.html (208053 => 208054)


--- trunk/LayoutTests/fast/multicol/column-box-alignment-rtl-expected.html	2016-10-28 17:15:26 UTC (rev 208053)
+++ trunk/LayoutTests/fast/multicol/column-box-alignment-rtl-expected.html	2016-10-28 17:41:55 UTC (rev 208054)
@@ -1,3 +1,4 @@
+
 <!doctype html>
 </html>
 <head>
@@ -9,7 +10,7 @@
     div {
       column-gap: 0;
       column-width: 20em;
-      column-progression: reverse;
+      -webkit-column-progression: reverse;
       width: 40em;
     }
     /* cosmetics */
@@ -28,4 +29,4 @@
     <p>2nd column</p>
   </div>
 </body>
-</html>
\ No newline at end of file
+</html>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to