Title: [180652] trunk/LayoutTests
Revision
180652
Author
mmaxfi...@apple.com
Date
2015-02-25 19:46:07 -0800 (Wed, 25 Feb 2015)

Log Message

Update css3/flexbox/csswg/flexbox_direction-row-reverse.html after r177774

Unreviewed.

Patch by Myles C. Maxfield <mmaxfi...@apple.com> on 2015-02-25

* css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html:
* css3/flexbox/csswg/flexbox_direction-row-reverse.html:
* platform/mac/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (180651 => 180652)


--- trunk/LayoutTests/ChangeLog	2015-02-26 01:24:33 UTC (rev 180651)
+++ trunk/LayoutTests/ChangeLog	2015-02-26 03:46:07 UTC (rev 180652)
@@ -1,3 +1,13 @@
+2015-02-25  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Update css3/flexbox/csswg/flexbox_direction-row-reverse.html after r177774
+
+        Unreviewed.
+
+        * css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html:
+        * css3/flexbox/csswg/flexbox_direction-row-reverse.html:
+        * platform/mac/TestExpectations:
+
 2015-02-25  Brent Fulgham  <bfulg...@apple.com>
 
         [Win] Skip timing-out test after r180646.

Modified: trunk/LayoutTests/css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html (180651 => 180652)


--- trunk/LayoutTests/css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html	2015-02-26 01:24:33 UTC (rev 180651)
+++ trunk/LayoutTests/css3/flexbox/csswg/flexbox_direction-row-reverse-expected.html	2015-02-26 03:46:07 UTC (rev 180652)
@@ -2,25 +2,17 @@
 <title>flexbox | flex-direction: row-reverse</title>
 <link rel="author" href="" title="Opera Software">
 <style>
-* {font-family: monospace;}
-body {
-	width: 10em;
-}
-ul {
-	background: blue;
-	padding: 0;
-	margin: 0;
+#container {
+	width: 13em;
+	font: 40px "Ahem";
+	background: black;
 	list-style: none;
+        text-align: right;
 }
-li {
-	color: white;
-	margin: 0 3px 0 0;
-	display: inline-block;
-}
 </style>
-
+This test makes sure that the flex-direction: row-reverse CSS property correctly orders items.
+<div id="container">
 <ul>
-	<li>EFGH</li>
-	<li>ABCD</li>
-	<li>IJKL</li>
+<span style="color:       red;">E</span><span style="color:    purple;">F</span><span style="color:  grey;">G</span><span style="color:  bisque;">H</span><span style="color: lightblue;">A</span><span style="color: turquoise;">B</span><span style="color: coral;">C</span><span style="color:  violet;">D</span><span style="color:     green;">I</span><span style="color:      blue;">J</span><span style="color:  cyan;">K</span><span style="color: magenta;">L</span>
 </ul>
+</div>

Modified: trunk/LayoutTests/css3/flexbox/csswg/flexbox_direction-row-reverse.html (180651 => 180652)


--- trunk/LayoutTests/css3/flexbox/csswg/flexbox_direction-row-reverse.html	2015-02-26 01:24:33 UTC (rev 180651)
+++ trunk/LayoutTests/css3/flexbox/csswg/flexbox_direction-row-reverse.html	2015-02-26 03:46:07 UTC (rev 180652)
@@ -5,28 +5,25 @@
 	href=""
 <link rel="match" href=""
 <style>
-* {font-family: monospace;}
-body {
-	width: 10em;
+#container {
+	font: 40px "Ahem";
+	width: 13em;
 }
 ul {
-	background: blue;
-	padding: 0;
-	margin: 0;
+	background: black;
 	list-style: none;
 
 	display: flex;
 	flex-direction: row-reverse;
 }
 li {
-	color: white;
 	margin: 0;
-	width: 10em;
+	width: 4em;
 }
 </style>
-
-<ul>
-	<li>IJKL</li>
-	<li>ABCD</li>
-	<li>EFGH</li>
-</ul>
+This test makes sure that the flex-direction: row-reverse CSS property correctly orders items.
+<div id="container"><ul>
+	<li><span style="color:     green;">I</span><span style="color:      blue;">J</span><span style="color:  cyan;">K</span><span style="color: magenta;">L</span></li>
+	<li><span style="color: lightblue;">A</span><span style="color: turquoise;">B</span><span style="color: coral;">C</span><span style="color:  violet;">D</span></li>
+	<li><span style="color:       red;">E</span><span style="color:    purple;">F</span><span style="color:  grey;">G</span><span style="color:  bisque;">H</span></li>
+</ul></div>

Modified: trunk/LayoutTests/platform/mac/TestExpectations (180651 => 180652)


--- trunk/LayoutTests/platform/mac/TestExpectations	2015-02-26 01:24:33 UTC (rev 180651)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2015-02-26 03:46:07 UTC (rev 180652)
@@ -1211,7 +1211,6 @@
 
 # Kerning, Ligatures, and Printer Fonts caused these tests to fail
 # The following tests are reftests
-webkit.org/b/139968 css3/flexbox/csswg/flexbox_direction-row-reverse.html [ ImageOnlyFailure ]
 webkit.org/b/139968 fast/css-generated-content/after-with-inline-continuation.html [ ImageOnlyFailure ]
 webkit.org/b/139968 fast/css-intrinsic-dimensions/width-avoid-floats.html [ ImageOnlyFailure ]
 webkit.org/b/139968 fast/css/object-fit/object-fit-canvas.html [ Pass ImageOnlyFailure ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to