Title: [126916] trunk/LayoutTests
Revision
126916
Author
[email protected]
Date
2012-08-28 12:55:06 -0700 (Tue, 28 Aug 2012)

Log Message

Fix up ref-tests added in r126911 to make them more port-friendly.

Unreviewed, gardening.

* fast/css/center-align-absolute-position-inline-block.html:
* fast/css/center-align-absolute-position.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (126915 => 126916)


--- trunk/LayoutTests/ChangeLog	2012-08-28 19:50:28 UTC (rev 126915)
+++ trunk/LayoutTests/ChangeLog	2012-08-28 19:55:06 UTC (rev 126916)
@@ -1,3 +1,12 @@
+2012-08-28  Robert Hogan  <[email protected]>
+
+        Fix up ref-tests added in r126911 to make them more port-friendly.
+
+        Unreviewed, gardening.
+
+        * fast/css/center-align-absolute-position-inline-block.html:
+        * fast/css/center-align-absolute-position.html:
+
 2012-08-28  Philip Rogers  <[email protected]>
 
         Rebaseline webgl-repaint for slightly different mac results.

Modified: trunk/LayoutTests/fast/css/center-align-absolute-position-inline-block.html (126915 => 126916)


--- trunk/LayoutTests/fast/css/center-align-absolute-position-inline-block.html	2012-08-28 19:50:28 UTC (rev 126915)
+++ trunk/LayoutTests/fast/css/center-align-absolute-position-inline-block.html	2012-08-28 19:55:06 UTC (rev 126916)
@@ -15,10 +15,10 @@
 <body style="width: 800px;">
     <p> The two blue bars should be aligned with each other. </p>
     <div style="text-align: center" >
-        <span style="position: absolute;">
+        <span style="position: absolute; top: 44px;">
             <div id="block"></div>
         </span>
     </div>
     <div id="block" style="position: absolute; top: 80px; left: 408px;"></div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: trunk/LayoutTests/fast/css/center-align-absolute-position.html (126915 => 126916)


--- trunk/LayoutTests/fast/css/center-align-absolute-position.html	2012-08-28 19:50:28 UTC (rev 126915)
+++ trunk/LayoutTests/fast/css/center-align-absolute-position.html	2012-08-28 19:55:06 UTC (rev 126916)
@@ -14,10 +14,10 @@
 <body style="width: 800px;">
     <p> The two blue bars should be aligned with each other. </p>
     <div style="text-align: center" >
-        <span style="position: absolute;">
+        <span style="position: absolute; top: 44px;">
             <div id="block"></div>
         </span>
     </div>
     <div id="block" style="position: absolute; top: 80px; left: 408px;"></div>
 </body>
-</html>
\ No newline at end of file
+</html>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to