Title: [114246] trunk/LayoutTests
Revision
114246
Author
pierre.ro...@gmail.com
Date
2012-04-16 06:19:41 -0700 (Mon, 16 Apr 2012)

Log Message

[Qt] Unreviewed gardening after QRawFont change.

Missed this one earlier. We now use primaryFontHasGlyphForCharacter from
FontFastPath.cpp, resulting in a different DRT output.

* platform/qt-5.0/Skipped: unskip
* platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (114245 => 114246)


--- trunk/LayoutTests/ChangeLog	2012-04-16 12:58:08 UTC (rev 114245)
+++ trunk/LayoutTests/ChangeLog	2012-04-16 13:19:41 UTC (rev 114246)
@@ -1,3 +1,13 @@
+2012-04-16  Pierre Rossi  <pierre.ro...@gmail.com>
+
+        [Qt] Unreviewed gardening after QRawFont change.
+
+        Missed this one earlier. We now use primaryFontHasGlyphForCharacter from
+        FontFastPath.cpp, resulting in a different DRT output.
+
+        * platform/qt-5.0/Skipped: unskip
+        * platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt:
+
 2012-04-16  Csaba Osztrogonác  <o...@webkit.org>
 
         [Qt] Replace QtXmlPatterns usage with libxslt dependency

Modified: trunk/LayoutTests/platform/qt-5.0/Skipped (114245 => 114246)


--- trunk/LayoutTests/platform/qt-5.0/Skipped	2012-04-16 12:58:08 UTC (rev 114245)
+++ trunk/LayoutTests/platform/qt-5.0/Skipped	2012-04-16 13:19:41 UTC (rev 114246)
@@ -79,10 +79,6 @@
 fast/dom/52776.html
 fast/css/font-face-remote.html
 
-# [Qt] Use QRawFont when building with Qt 5
-# https://bugs.webkit.org/show_bug.cgi?id=78001
-svg/as-image/img-preserveAspectRatio-support-1.html
-
 # [Qt] Replace QtXmlPatterns usage with libxslt dependency
 # https://bugs.webkit.org/show_bug.cgi?id=76820
 fast/css/dumpAsText/xml-stylesheet-pi-not-in-prolog.xml

Modified: trunk/LayoutTests/platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt (114245 => 114246)


--- trunk/LayoutTests/platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt	2012-04-16 12:58:08 UTC (rev 114245)
+++ trunk/LayoutTests/platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt	2012-04-16 13:19:41 UTC (rev 114246)
@@ -10,8 +10,8 @@
               RenderText {#text} at (9,1) size 75x21
                 text run at (9,1) width 75: "viewBox?"
             RenderTableCell {TH} at (97,2) size 163x44 [bgcolor=#DDDD99] [r=0 c=1 rs=1 cs=1]
-              RenderText {#text} at (9,1) size 145x42
-                text run at (9,1) width 145: "preserve\x{AD}Aspect\x{AD}" + hyphen string "\x{2010}"
+              RenderText {#text} at (14,1) size 135x42
+                text run at (14,1) width 135: "preserve\x{AD}Aspect\x{AD}" + hyphen string "-"
                 text run at (61,22) width 41: "Ratio"
             RenderTableCell {TH} at (262,12) size 202x23 [bgcolor=#DDDD99] [r=0 c=2 rs=1 cs=1]
               RenderText {#text} at (78,1) size 46x21
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to