Title: [120330] trunk/LayoutTests
Revision
120330
Author
[email protected]
Date
2012-06-14 09:44:25 -0700 (Thu, 14 Jun 2012)

Log Message

[Qt] New css3/flexbox/flexitem.html fails
https://bugs.webkit.org/show_bug.cgi?id=88963

Reviewed by Hajime Morita.

* css3/flexbox/flexitem.html: The height of the alt text was taller
than the height of the missing image placeholder graphic on Qt. To
get the same results, force the font size to something small.
The test still fails on Qt so leaving it in the Skipped file for now.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (120329 => 120330)


--- trunk/LayoutTests/ChangeLog	2012-06-14 15:52:28 UTC (rev 120329)
+++ trunk/LayoutTests/ChangeLog	2012-06-14 16:44:25 UTC (rev 120330)
@@ -1,3 +1,15 @@
+2012-06-14  Tony Chang  <[email protected]>
+
+        [Qt] New css3/flexbox/flexitem.html fails
+        https://bugs.webkit.org/show_bug.cgi?id=88963
+
+        Reviewed by Hajime Morita.
+
+        * css3/flexbox/flexitem.html: The height of the alt text was taller
+        than the height of the missing image placeholder graphic on Qt. To
+        get the same results, force the font size to something small.
+        The test still fails on Qt so leaving it in the Skipped file for now.
+
 2012-06-14  Alexander Pavlov  <[email protected]>
 
         Web Inspector: Selector list start position is not extracted for style rules inside @media rules

Modified: trunk/LayoutTests/css3/flexbox/flexitem.html (120329 => 120330)


--- trunk/LayoutTests/css3/flexbox/flexitem.html	2012-06-14 15:52:28 UTC (rev 120329)
+++ trunk/LayoutTests/css3/flexbox/flexitem.html	2012-06-14 16:44:25 UTC (rev 120330)
@@ -13,6 +13,7 @@
     margin: 0;
     border: 0;
     padding: 0;
+    font-size: 12px;
 }
 </style>
 <script>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to