From 518493ddfb8af806c97db121552481439f6baecf Mon Sep 17 00:00:00 2001 From: "pierre.rossi@gmail.com" Date: Mon, 16 Apr 2012 13:19:41 +0000 Subject: [PATCH] [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: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114246 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 10 ++++++++++ LayoutTests/platform/qt-5.0/Skipped | 4 ---- .../as-image/img-preserveAspectRatio-support-1-expected.txt | 4 ++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 87debdd..63e20a8 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,13 @@ +2012-04-16 Pierre Rossi + + [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 [Qt] Replace QtXmlPatterns usage with libxslt dependency diff --git a/LayoutTests/platform/qt-5.0/Skipped b/LayoutTests/platform/qt-5.0/Skipped index 4c53add..7c7c193 100644 --- a/LayoutTests/platform/qt-5.0/Skipped +++ b/LayoutTests/platform/qt-5.0/Skipped @@ -79,10 +79,6 @@ fast/selectors/selection-window-inactive.html 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 diff --git a/LayoutTests/platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt b/LayoutTests/platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt index 63a32cf..3ad9ce9 100644 --- a/LayoutTests/platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt +++ b/LayoutTests/platform/qt-5.0/svg/as-image/img-preserveAspectRatio-support-1-expected.txt @@ -10,8 +10,8 @@ layer at (0,0) size 800x536 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 -- 2.7.4