Title: [174738] trunk/LayoutTests
Revision
174738
Author
[email protected]
Date
2014-10-15 12:04:08 -0700 (Wed, 15 Oct 2014)

Log Message

[Mac] Unreviewed gardening.

Rebaselining.

* css3/flexbox/flex-rounding.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (174737 => 174738)


--- trunk/LayoutTests/ChangeLog	2014-10-15 18:34:51 UTC (rev 174737)
+++ trunk/LayoutTests/ChangeLog	2014-10-15 19:04:08 UTC (rev 174738)
@@ -2,6 +2,14 @@
 
         [Mac] Unreviewed gardening.
 
+        Rebaselining.
+
+        * css3/flexbox/flex-rounding.html:
+
+2014-10-15  Zalan Bujtas  <[email protected]>
+
+        [Mac] Unreviewed gardening.
+
         Unskip some subpixel related tests.
 
         * platform/mac/TestExpectations:

Modified: trunk/LayoutTests/css3/flexbox/flex-rounding.html (174737 => 174738)


--- trunk/LayoutTests/css3/flexbox/flex-rounding.html	2014-10-15 18:34:51 UTC (rev 174737)
+++ trunk/LayoutTests/css3/flexbox/flex-rounding.html	2014-10-15 19:04:08 UTC (rev 174738)
@@ -42,45 +42,45 @@
 
 <div class="flexbox" style="width: 101px; height: 10px">
     <div data-expected-width="51" data-offset-x="0"></div>
-    <div data-expected-width="50" data-offset-x="51"></div>
+    <div data-expected-width="51" data-offset-x="51"></div>
 </div>
 
 <div class="flexbox" style="width: 100px; height: 10px">
     <div data-expected-width="33" data-offset-x="0"></div>
-    <div data-expected-width="34" data-offset-x="33"></div>
+    <div data-expected-width="33" data-offset-x="33"></div>
     <div data-expected-width="33" data-offset-x="67"></div>
 </div>
 
 <div class="flexbox" style="-webkit-flex-direction: row-reverse; width: 101px; height: 10px">
-    <div data-expected-width="50" data-offset-x="51"></div>
+    <div data-expected-width="51" data-offset-x="51"></div>
     <div data-expected-width="51" data-offset-x="0"></div>
 </div>
 
 <div class="flexbox" style="-webkit-flex-direction: row-reverse; width: 100px; height: 10px">
     <div data-expected-width="33" data-offset-x="67"></div>
-    <div data-expected-width="34" data-offset-x="33"></div>
+    <div data-expected-width="33" data-offset-x="33"></div>
     <div data-expected-width="33" data-offset-x="0"></div>
 </div>
 
 <div class="flexbox" style="-webkit-flex-direction: column; height: 101px; width: 100px">
     <div data-expected-height="51" data-offset-y="0"></div>
-    <div data-expected-height="50" data-offset-y="51"></div>
+    <div data-expected-height="51" data-offset-y="51"></div>
 </div>
 
 <div class="flexbox" style="-webkit-flex-direction: column; height: 100px; width: 100px">
     <div data-expected-height="33" data-offset-y="0"></div>
-    <div data-expected-height="34" data-offset-y="33"></div>
+    <div data-expected-height="33" data-offset-y="33"></div>
     <div data-expected-height="33" data-offset-y="67"></div>
 </div>
 
 <div class="flexbox" style="-webkit-flex-direction: column-reverse; height: 101px; width: 100px">
-    <div data-expected-height="50" data-offset-y="51"></div>
+    <div data-expected-height="51" data-offset-y="51"></div>
     <div data-expected-height="51" data-offset-y="0"></div>
 </div>
 
 <div class="flexbox" style="-webkit-flex-direction: column-reverse; height: 100px; width: 100px">
     <div data-expected-height="33" data-offset-y="67"></div>
-    <div data-expected-height="34" data-offset-y="33"></div>
+    <div data-expected-height="33" data-offset-y="33"></div>
     <div data-expected-height="33" data-offset-y="0"></div>
 </div>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to