Title: [89735] trunk/LayoutTests
Revision
89735
Author
zimmerm...@webkit.org
Date
2011-06-25 00:31:18 -0700 (Sat, 25 Jun 2011)

Log Message

2011-06-25  Nikolas Zimmermann  <nzimmerm...@rim.com>

        Not reviewed.

        Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
        https://bugs.webkit.org/show_bug.cgi?id=59085

        Update a stale Leopard result.

        * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (89734 => 89735)


--- trunk/LayoutTests/ChangeLog	2011-06-25 07:02:19 UTC (rev 89734)
+++ trunk/LayoutTests/ChangeLog	2011-06-25 07:31:18 UTC (rev 89735)
@@ -1,3 +1,14 @@
+2011-06-25  Nikolas Zimmermann  <nzimmerm...@rim.com>
+
+        Not reviewed.
+
+        Integrate SVG Fonts within GlyphPage concept, removing the special SVG code paths from Font, making it possible to reuse the simple text code path for SVG Fonts
+        https://bugs.webkit.org/show_bug.cgi?id=59085
+
+        Update a stale Leopard result.
+
+        * platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt:
+
 2011-06-24  Dan Bernstein  <m...@apple.com>
 
         Reviewed by Anders Carlsson.

Modified: trunk/LayoutTests/platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt (89734 => 89735)


--- trunk/LayoutTests/platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt	2011-06-25 07:02:19 UTC (rev 89734)
+++ trunk/LayoutTests/platform/mac-leopard/svg/foreignObject/text-tref-02-b-expected.txt	2011-06-25 07:31:18 UTC (rev 89735)
@@ -26,11 +26,11 @@
               RenderSVGInlineText {#text} at (0,0) size 42x19
                 chunk 1 text run 1 at (0.00,0.00) startOffset 0 endOffset 5 width 41.00: "Hello"
           RenderText {#text} at (0,0) size 0x0
-    RenderSVGContainer {g} at (16,523) size 379x56
-      RenderSVGText {text} at (10,314) size 227x33 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 227x33
-          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.90: "$R"
-          chunk 1 text run 2 at (50.51,340.00) startOffset 2 endOffset 3 width 17.79: "e"
-          chunk 1 text run 3 at (67.82,340.00) startOffset 3 endOffset 12 width 117.38: "vision: 1"
-          chunk 1 text run 4 at (182.83,340.00) startOffset 12 endOffset 16 width 53.38: ".5 $"
+    RenderSVGContainer {g} at (16,523) size 376x56
+      RenderSVGText {text} at (10,314) size 225x33 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 225x33
+          chunk 1 text run 1 at (10.00,340.00) startOffset 0 endOffset 2 width 40.64: "$R"
+          chunk 1 text run 2 at (50.26,340.00) startOffset 2 endOffset 3 width 17.68: "e"
+          chunk 1 text run 3 at (67.46,340.00) startOffset 3 endOffset 12 width 116.64: "vision: 1"
+          chunk 1 text run 4 at (181.73,340.00) startOffset 12 endOffset 16 width 53.04: ".5 $"
     RenderSVGPath {rect} at (0,0) size 800x600 [stroke={[type=SOLID] [color=#000000]}] [x=1.00] [y=1.00] [width=478.00] [height=358.00]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to