Title: [261221] trunk/LayoutTests
Revision
261221
Author
[email protected]
Date
2020-05-06 06:05:12 -0700 (Wed, 06 May 2020)

Log Message

[WPE] Gardening, update baselines after r261219
https://bugs.webkit.org/show_bug.cgi?id=211507

Unreviewed gardening.

* platform/wpe/fast/css/font-face-opentype-expected.txt: Updated after r261190.
* platform/wpe/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Removed.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Added after r260139.
* platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Added after r260662.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Updated after r261191.
* platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: Updated after r261191.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Added after r260690.
* platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Added after r260690.
* platform/wpe/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Removed.
* platform/wpe/svg/batik/text/xmlSpace-expected.txt: Updated after r261154.

Modified Paths

Added Paths

Removed Paths

  • trunk/LayoutTests/platform/wpe/fast/xmlhttprequest/
  • trunk/LayoutTests/platform/wpe/storage/

Diff

Modified: trunk/LayoutTests/ChangeLog (261220 => 261221)


--- trunk/LayoutTests/ChangeLog	2020-05-06 09:30:26 UTC (rev 261220)
+++ trunk/LayoutTests/ChangeLog	2020-05-06 13:05:12 UTC (rev 261221)
@@ -1,3 +1,21 @@
+2020-05-06  Diego Pino Garcia  <[email protected]>
+
+        [WPE] Gardening, update baselines after r261219
+        https://bugs.webkit.org/show_bug.cgi?id=211507
+
+        Unreviewed gardening.
+
+        * platform/wpe/fast/css/font-face-opentype-expected.txt: Updated after r261190.
+        * platform/wpe/fast/xmlhttprequest/xmlhttprequest-nonexistent-file-expected.txt: Removed.
+        * platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt: Added after r260139.
+        * platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt: Added after r260662.
+        * platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: Updated after r261191.
+        * platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: Updated after r261191.
+        * platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt: Added after r260690.
+        * platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt: Added after r260690.
+        * platform/wpe/storage/domstorage/sessionstorage/blocked-file-access-expected.txt: Removed.
+        * platform/wpe/svg/batik/text/xmlSpace-expected.txt: Updated after r261154.
+
 2020-04-29  Sergio Villar Senin  <[email protected]>
 
         [WebXR] Implement isSessionSupported()

Modified: trunk/LayoutTests/platform/wpe/fast/css/font-face-opentype-expected.txt (261220 => 261221)


--- trunk/LayoutTests/platform/wpe/fast/css/font-face-opentype-expected.txt	2020-05-06 09:30:26 UTC (rev 261220)
+++ trunk/LayoutTests/platform/wpe/fast/css/font-face-opentype-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -34,9 +34,9 @@
           text run at (0,0) width 744: "Check if glyphs not in Ahem.otf can be rendered using a fallback font. If the test passes, you should see a single-quote"
           text run at (0,18) width 104: "character below:"
       RenderBlock (anonymous) at (0,204) size 784x16
-        RenderInline {SPAN} at (0,0) size 4x16
-          RenderText {#text} at (0,0) size 4x16
-            text run at (0,0) width 4: "'"
+        RenderInline {SPAN} at (0,0) size 3x16
+          RenderText {#text} at (0,0) size 3x16
+            text run at (0,0) width 3: "'"
         RenderText {#text} at (0,0) size 0x0
         RenderText {#text} at (0,0) size 0x0
         RenderText {#text} at (0,0) size 0x0

Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt (261220 => 261221)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt	2020-05-06 09:30:26 UTC (rev 261220)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-animations/Element-getAnimations.tentative-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -17,8 +17,8 @@
 PASS getAnimations for CSS Animations that are canceled 
 PASS getAnimations for CSS Animations follows animation-name order 
 PASS { subtree: false } on a leaf element returns the element's animations and ignore pseudo-elements 
-FAIL { subtree: true } on a leaf element returns the element's animations and its pseudo-elements' animations assert_equals: The animation targeting the parent element should be returned first expected (object) null but got (undefined) undefined
+PASS { subtree: true } on a leaf element returns the element's animations and its pseudo-elements' animations 
 PASS { subtree: false } on an element with a child returns only the element's animations 
-FAIL { subtree: true } on an element with a child returns animations from the element, its pseudo-elements, its child and its child pseudo-elements assert_equals: The animation targeting the parent element should be returned first expected (object) null but got (undefined) undefined
+PASS { subtree: true } on an element with a child returns animations from the element, its pseudo-elements, its child and its child pseudo-elements 
 PASS { subtree: true } on an element with many descendants returns animations from all the descendants 
 

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt (0 => 261221)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/css/css-animations/animation-base-response-001-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -0,0 +1,5 @@
+
+FAIL em units respond to font-size animation assert_equals: expected "15px" but got "1px"
+FAIL ex units respond to font-size animation assert_equals: expected "6.875px" but got "0.453125px"
+FAIL var() references respond to custom property animation assert_equals: expected "20px" but got "0px"
+

Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt (261220 => 261221)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt	2020-05-06 09:30:26 UTC (rev 261220)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -3,18 +3,18 @@
 layer at (0,0) size 800x600
   RenderSVGRoot {svg} at (0,0) size 800x600
     RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-    RenderSVGContainer {g} at (28,56) size 769x421
+    RenderSVGContainer {g} at (28,56) size 760x421
       RenderSVGHiddenContainer {defs} at (0,0) size 0x0
-      RenderSVGContainer {g} at (28,56) size 769x352 [transform={m=((1.00,0.00)(0.00,1.50)) t=(0.00,0.00)}]
+      RenderSVGContainer {g} at (28,56) size 760x352 [transform={m=((1.00,0.00)(0.00,1.50)) t=(0.00,0.00)}]
         RenderSVGResourceLinearGradient {linearGradient} [id="Gradient"] [gradientUnits=userSpaceOnUse] [start=(10,10)] [end=(440,10)]
           RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF]
           RenderSVGGradientStop {stop} [offset=1.00] [color=#00FF00]
-        RenderSVGText {text} at (20,22) size 458x48 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 458x48
-            chunk 1 text run 1 at (20.00,70.00) startOffset 0 endOffset 16 width 457.97: "Gradient on fill"
-        RenderSVGText {text} at (20,121) size 442x39 contains 1 chunk(s)
-          RenderSVGInlineText {#text} at (0,0) size 442x39
-            chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 18 width 441.03: "Gradient on stroke"
+        RenderSVGText {text} at (20,22) size 453x48 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 453x48
+            chunk 1 text run 1 at (20.00,70.00) startOffset 0 endOffset 16 width 452.32: "Gradient on fill"
+        RenderSVGText {text} at (20,121) size 438x39 contains 1 chunk(s)
+          RenderSVGInlineText {#text} at (0,0) size 438x39
+            chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 18 width 437.26: "Gradient on stroke"
       RenderSVGContainer {g} at (50,199) size 660x278
         RenderSVGText {text} at (40,119) size 345x32 contains 1 chunk(s)
           RenderSVGInlineText {#text} at (0,0) size 345x32

Modified: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt (261220 => 261221)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt	2020-05-06 09:30:26 UTC (rev 261220)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -13,26 +13,26 @@
             chunk 1 text run 1 at (5.00,90.00) startOffset 0 endOffset 32 width 463.20: "and many-to-many chars to glyphs"
         RenderSVGHiddenContainer {defs} at (0,0) size 0x0
         RenderSVGContainer {g} at (75,208) size 715x276
-          RenderSVGText {text} at (140,130) size 193x75 contains 1 chunk(s)
-            RenderSVGTSpan {altGlyph} at (0,0) size 45x75
-              RenderSVGInlineText {#text} at (0,0) size 45x75
-                chunk 1 text run 1 at (140.00,190.00) startOffset 0 endOffset 1 width 45.00: "H"
+          RenderSVGText {text} at (140,130) size 200x75 contains 1 chunk(s)
+            RenderSVGTSpan {altGlyph} at (0,0) size 44x75
+              RenderSVGInlineText {#text} at (0,0) size 44x75
+                chunk 1 text run 1 at (140.00,190.00) startOffset 0 endOffset 1 width 43.20: "H"
             RenderSVGInlineText {#text} at (0,0) size 0x0
             RenderSVGTSpan {altGlyph} at (0,0) size 38x75
-              RenderSVGInlineText {#text} at (45,0) size 38x75
-                chunk 1 text run 1 at (185.00,190.00) startOffset 0 endOffset 1 width 37.80: "A"
+              RenderSVGInlineText {#text} at (43,0) size 38x75
+                chunk 1 text run 1 at (183.20,190.00) startOffset 0 endOffset 1 width 37.80: "A"
             RenderSVGInlineText {#text} at (0,0) size 0x0
-            RenderSVGTSpan {altGlyph} at (0,0) size 37x75
-              RenderSVGInlineText {#text} at (82,0) size 36x75
-                chunk 1 text run 1 at (222.80,190.00) startOffset 0 endOffset 1 width 36.00: "P"
+            RenderSVGTSpan {altGlyph} at (0,0) size 41x75
+              RenderSVGInlineText {#text} at (81,0) size 41x75
+                chunk 1 text run 1 at (221.00,190.00) startOffset 0 endOffset 1 width 40.20: "P"
             RenderSVGInlineText {#text} at (0,0) size 0x0
-            RenderSVGTSpan {altGlyph} at (0,0) size 37x75
-              RenderSVGInlineText {#text} at (118,0) size 36x75
-                chunk 1 text run 1 at (258.80,190.00) startOffset 0 endOffset 1 width 36.00: "P"
+            RenderSVGTSpan {altGlyph} at (0,0) size 41x75
+              RenderSVGInlineText {#text} at (121,0) size 41x75
+                chunk 1 text run 1 at (261.20,190.00) startOffset 0 endOffset 1 width 40.20: "P"
             RenderSVGInlineText {#text} at (0,0) size 0x0
             RenderSVGTSpan {altGlyph} at (0,0) size 39x75
-              RenderSVGInlineText {#text} at (154,0) size 38x75
-                chunk 1 text run 1 at (294.80,190.00) startOffset 0 endOffset 1 width 37.80: "Y"
+              RenderSVGInlineText {#text} at (161,0) size 38x75
+                chunk 1 text run 1 at (301.40,190.00) startOffset 0 endOffset 1 width 37.80: "Y"
             RenderSVGInlineText {#text} at (0,0) size 0x0
           RenderSVGText {text} at (50,210) size 114x75 contains 1 chunk(s)
             RenderSVGTSpan {altGlyph} at (0,0) size 38x75

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt (0 => 261221)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x579
+      RenderBlock {PRE} at (0,0) size 784x15
+        RenderText {#text} at (0,0) size 312x15
+          text run at (0,0) width 312: "{\"error\": {\"message\": \"\", \"code\": 404}}"

Added: trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt (0 => 261221)


--- trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/wpe/imported/w3c/web-platform-tests/wasm/jsapi/global/value-set.any.worker-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -0,0 +1,8 @@
+layer at (0,0) size 800x600
+  RenderView at (0,0) size 800x600
+layer at (0,0) size 800x600
+  RenderBlock {HTML} at (0,0) size 800x600
+    RenderBody {BODY} at (8,8) size 784x579
+      RenderBlock {PRE} at (0,0) size 784x15
+        RenderText {#text} at (0,0) size 312x15
+          text run at (0,0) width 312: "{\"error\": {\"message\": \"\", \"code\": 404}}"

Modified: trunk/LayoutTests/platform/wpe/svg/batik/text/xmlSpace-expected.txt (261220 => 261221)


--- trunk/LayoutTests/platform/wpe/svg/batik/text/xmlSpace-expected.txt	2020-05-06 09:30:26 UTC (rev 261220)
+++ trunk/LayoutTests/platform/wpe/svg/batik/text/xmlSpace-expected.txt	2020-05-06 13:05:12 UTC (rev 261221)
@@ -6,23 +6,23 @@
       RenderSVGInlineText {#text} at (0,0) size 190x18
         chunk 1 (middle anchor) text run 1 at (130.00,40.00) startOffset 0 endOffset 26 width 190.00: "Test of xml:space handling"
     RenderSVGContainer {g} at (10,55) size 435x325
-      RenderSVGText {text} at (10,55) size 40x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 40x25
-          chunk 1 text run 1 at (10.00,75.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (36.00,75.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (10,55) size 38x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 38x25
+          chunk 1 text run 1 at (10.00,75.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (35.00,75.00) startOffset 0 endOffset 1 width 13.00: "X"
       RenderSVGText {text} at (120,68) size 85x10 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 85x10
           chunk 1 text run 1 at (120.00,75.00) startOffset 0 endOffset 17 width 85.00: "no xml:space attr"
-      RenderSVGText {text} at (10,80) size 40x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 40x25
-          chunk 1 text run 1 at (10.00,100.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (36.00,100.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (10,80) size 38x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 38x25
+          chunk 1 text run 1 at (10.00,100.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (35.00,100.00) startOffset 0 endOffset 1 width 13.00: "X"
       RenderSVGText {text} at (120,93) size 95x10 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 95x10
           chunk 1 text run 1 at (120.00,100.00) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,130) size 100x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 100x25
-          chunk 1 text run 1 at (10.00,150.00) startOffset 0 endOffset 8 width 100.00: "  X  X  "
+      RenderSVGText {text} at (10,130) size 98x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 98x25
+          chunk 1 text run 1 at (10.00,150.00) startOffset 0 endOffset 8 width 98.00: "  X  X  "
         RenderSVGTSpan {tspan} at (0,0) size 0x0
       RenderSVGText {text} at (120,133) size 95x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 95x10
@@ -30,9 +30,9 @@
         RenderSVGTSpan {tspan} at (0,0) size 95x10
           RenderSVGInlineText {#text} at (0,9) size 95x10
             chunk 1 text run 1 at (120.00,149.60) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,155) size 76x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 76x25
-          chunk 1 text run 1 at (10.00,175.00) startOffset 0 endOffset 6 width 76.00: "  X  X"
+      RenderSVGText {text} at (10,155) size 74x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 74x25
+          chunk 1 text run 1 at (10.00,175.00) startOffset 0 endOffset 6 width 74.00: "  X  X"
         RenderSVGTSpan {tspan} at (0,0) size 0x0
           RenderSVGInlineText {#text} at (0,0) size 0x0
       RenderSVGText {text} at (120,158) size 95x19 contains 1 chunk(s)
@@ -41,9 +41,9 @@
         RenderSVGTSpan {tspan} at (0,0) size 95x10
           RenderSVGInlineText {#text} at (0,9) size 95x10
             chunk 1 text run 1 at (120.00,174.60) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,180) size 88x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 88x25
-          chunk 1 text run 1 at (10.00,200.00) startOffset 0 endOffset 7 width 88.00: "  X  X "
+      RenderSVGText {text} at (10,180) size 86x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 86x25
+          chunk 1 text run 1 at (10.00,200.00) startOffset 0 endOffset 7 width 86.00: "  X  X "
         RenderSVGTSpan {tspan} at (0,0) size 0x0
           RenderSVGInlineText {#text} at (0,0) size 0x0
       RenderSVGText {text} at (120,183) size 95x19 contains 1 chunk(s)
@@ -52,11 +52,11 @@
         RenderSVGTSpan {tspan} at (0,0) size 95x10
           RenderSVGInlineText {#text} at (0,9) size 95x10
             chunk 1 text run 1 at (120.00,199.60) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,205) size 88x25 contains 1 chunk(s)
+      RenderSVGText {text} at (10,205) size 86x25 contains 1 chunk(s)
         RenderSVGTSpan {tspan} at (0,0) size 0x0
           RenderSVGInlineText {#text} at (0,0) size 0x0
-        RenderSVGInlineText {#text} at (0,0) size 88x25
-          chunk 1 text run 1 at (10.00,225.00) startOffset 0 endOffset 7 width 88.00: " X  X  "
+        RenderSVGInlineText {#text} at (0,0) size 86x25
+          chunk 1 text run 1 at (10.00,225.00) startOffset 0 endOffset 7 width 86.00: " X  X  "
       RenderSVGText {text} at (120,208) size 95x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 60x10
           chunk 1 text run 1 at (120.00,215.00) startOffset 0 endOffset 12 width 60.00: "tspan start "
@@ -63,13 +63,13 @@
         RenderSVGTSpan {tspan} at (0,0) size 95x10
           RenderSVGInlineText {#text} at (0,9) size 95x10
             chunk 1 text run 1 at (120.00,224.60) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,230) size 88x25 contains 1 chunk(s)
+      RenderSVGText {text} at (10,230) size 86x25 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 12x25
           chunk 1 text run 1 at (10.00,250.00) startOffset 0 endOffset 1 width 12.00: " "
         RenderSVGTSpan {tspan} at (0,0) size 0x0
           RenderSVGInlineText {#text} at (-10,-230) size 0x0
-        RenderSVGInlineText {#text} at (12,0) size 76x25
-          chunk 1 text run 1 at (22.00,250.00) startOffset 0 endOffset 6 width 76.00: "X  X  "
+        RenderSVGInlineText {#text} at (12,0) size 74x25
+          chunk 1 text run 1 at (22.00,250.00) startOffset 0 endOffset 6 width 74.00: "X  X  "
       RenderSVGText {text} at (120,233) size 95x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 85x10
           chunk 1 text run 1 at (120.00,240.00) startOffset 0 endOffset 17 width 85.00: "tspan near start "
@@ -76,14 +76,14 @@
         RenderSVGTSpan {tspan} at (0,0) size 95x10
           RenderSVGInlineText {#text} at (0,9) size 95x10
             chunk 1 text run 1 at (120.00,249.60) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,255) size 100x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 38x25
-          chunk 1 text run 1 at (10.00,275.00) startOffset 0 endOffset 3 width 38.00: "  X"
+      RenderSVGText {text} at (10,255) size 98x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 37x25
+          chunk 1 text run 1 at (10.00,275.00) startOffset 0 endOffset 3 width 37.00: "  X"
         RenderSVGTSpan {tspan} at (0,0) size 12x25
-          RenderSVGInlineText {#text} at (38,0) size 12x25
-            chunk 1 text run 1 at (48.00,275.00) startOffset 0 endOffset 1 width 12.00: " "
-        RenderSVGInlineText {#text} at (50,0) size 50x25
-          chunk 1 text run 1 at (60.00,275.00) startOffset 0 endOffset 4 width 50.00: " X  "
+          RenderSVGInlineText {#text} at (37,0) size 12x25
+            chunk 1 text run 1 at (47.00,275.00) startOffset 0 endOffset 1 width 12.00: " "
+        RenderSVGInlineText {#text} at (49,0) size 49x25
+          chunk 1 text run 1 at (59.00,275.00) startOffset 0 endOffset 4 width 49.00: " X  "
       RenderSVGText {text} at (120,258) size 95x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 95x10
           chunk 1 text run 1 at (120.00,265.00) startOffset 0 endOffset 19 width 95.00: "tspan middle front "
@@ -90,13 +90,13 @@
         RenderSVGTSpan {tspan} at (0,0) size 95x10
           RenderSVGInlineText {#text} at (0,9) size 95x10
             chunk 1 text run 1 at (120.00,274.60) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,280) size 88x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 50x25
-          chunk 1 text run 1 at (10.00,300.00) startOffset 0 endOffset 4 width 50.00: "  X "
+      RenderSVGText {text} at (10,280) size 86x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 49x25
+          chunk 1 text run 1 at (10.00,300.00) startOffset 0 endOffset 4 width 49.00: "  X "
         RenderSVGTSpan {tspan} at (0,0) size 0x0
           RenderSVGInlineText {#text} at (-10,-280) size 0x0
-        RenderSVGInlineText {#text} at (50,0) size 38x25
-          chunk 1 text run 1 at (60.00,300.00) startOffset 0 endOffset 3 width 38.00: "X  "
+        RenderSVGInlineText {#text} at (49,0) size 37x25
+          chunk 1 text run 1 at (59.00,300.00) startOffset 0 endOffset 3 width 37.00: "X  "
       RenderSVGText {text} at (120,283) size 95x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 85x10
           chunk 1 text run 1 at (120.00,290.00) startOffset 0 endOffset 17 width 85.00: "tspan middle end "
@@ -103,11 +103,11 @@
         RenderSVGTSpan {tspan} at (0,0) size 95x10
           RenderSVGInlineText {#text} at (0,9) size 95x10
             chunk 1 text run 1 at (120.00,299.60) startOffset 0 endOffset 19 width 95.00: "xml:space=\"default\""
-      RenderSVGText {text} at (10,305) size 100x25 contains 1 chunk(s)
+      RenderSVGText {text} at (10,305) size 98x25 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 12x25
           chunk 1 text run 1 at (10.00,325.00) startOffset 0 endOffset 1 width 12.00: " "
-        RenderSVGInlineText {#text} at (12,0) size 88x25
-          chunk 1 text run 1 at (22.00,325.00) startOffset 0 endOffset 7 width 88.00: " X  X  "
+        RenderSVGInlineText {#text} at (12,0) size 86x25
+          chunk 1 text run 1 at (22.00,325.00) startOffset 0 endOffset 7 width 86.00: " X  X  "
       RenderSVGText {text} at (120,308) size 80x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 80x10
           chunk 1 text run 1 at (120.00,315.00) startOffset 0 endOffset 16 width 80.00: "unknown element "
@@ -114,11 +114,11 @@
         RenderSVGTSpan {tspan} at (0,0) size 25x10
           RenderSVGInlineText {#text} at (0,9) size 25x10
             chunk 1 text run 1 at (120.00,324.60) startOffset 0 endOffset 5 width 25.00: "start"
-      RenderSVGText {text} at (10,330) size 100x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 50x25
-          chunk 1 text run 1 at (10.00,350.00) startOffset 0 endOffset 4 width 50.00: "  X "
-        RenderSVGInlineText {#text} at (50,0) size 50x25
-          chunk 1 text run 1 at (60.00,350.00) startOffset 0 endOffset 4 width 50.00: " X  "
+      RenderSVGText {text} at (10,330) size 98x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 49x25
+          chunk 1 text run 1 at (10.00,350.00) startOffset 0 endOffset 4 width 49.00: "  X "
+        RenderSVGInlineText {#text} at (49,0) size 49x25
+          chunk 1 text run 1 at (59.00,350.00) startOffset 0 endOffset 4 width 49.00: " X  "
       RenderSVGText {text} at (120,333) size 80x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 80x10
           chunk 1 text run 1 at (120.00,340.00) startOffset 0 endOffset 16 width 80.00: "unknown element "
@@ -125,11 +125,11 @@
         RenderSVGTSpan {tspan} at (0,0) size 30x10
           RenderSVGInlineText {#text} at (0,9) size 30x10
             chunk 1 text run 1 at (120.00,349.60) startOffset 0 endOffset 6 width 30.00: "middle"
-      RenderSVGText {text} at (10,355) size 100x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 88x25
-          chunk 1 text run 1 at (10.00,375.00) startOffset 0 endOffset 7 width 88.00: "  X  X "
-        RenderSVGInlineText {#text} at (88,0) size 12x25
-          chunk 1 text run 1 at (98.00,375.00) startOffset 0 endOffset 1 width 12.00: " "
+      RenderSVGText {text} at (10,355) size 98x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 86x25
+          chunk 1 text run 1 at (10.00,375.00) startOffset 0 endOffset 7 width 86.00: "  X  X "
+        RenderSVGInlineText {#text} at (86,0) size 12x25
+          chunk 1 text run 1 at (96.00,375.00) startOffset 0 endOffset 1 width 12.00: " "
       RenderSVGText {text} at (120,358) size 80x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 80x10
           chunk 1 text run 1 at (120.00,365.00) startOffset 0 endOffset 16 width 80.00: "unknown element "
@@ -136,16 +136,16 @@
         RenderSVGTSpan {tspan} at (0,0) size 15x10
           RenderSVGInlineText {#text} at (0,9) size 15x10
             chunk 1 text run 1 at (120.00,374.60) startOffset 0 endOffset 3 width 15.00: "end"
-      RenderSVGText {text} at (235,80) size 100x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 100x25
-          chunk 1 text run 1 at (235.00,100.00) startOffset 0 endOffset 8 width 100.00: "  X  X  "
+      RenderSVGText {text} at (235,80) size 98x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 98x25
+          chunk 1 text run 1 at (235.00,100.00) startOffset 0 endOffset 8 width 98.00: "  X  X  "
       RenderSVGText {text} at (345,93) size 100x10 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 100x10
           chunk 1 text run 1 at (345.00,100.00) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,130) size 40x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 40x25
-          chunk 1 text run 1 at (235.00,150.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (261.00,150.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (235,130) size 38x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 38x25
+          chunk 1 text run 1 at (235.00,150.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (260.00,150.00) startOffset 0 endOffset 1 width 13.00: "X"
         RenderSVGTSpan {tspan} at (0,0) size 0x0
       RenderSVGText {text} at (345,133) size 100x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 95x10
@@ -153,13 +153,13 @@
         RenderSVGTSpan {tspan} at (0,0) size 100x10
           RenderSVGInlineText {#text} at (0,9) size 100x10
             chunk 1 text run 1 at (345.00,149.60) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,155) size 64x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 40x25
-          chunk 1 text run 1 at (235.00,175.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (261.00,175.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (235,155) size 62x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 38x25
+          chunk 1 text run 1 at (235.00,175.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (260.00,175.00) startOffset 0 endOffset 1 width 13.00: "X"
         RenderSVGTSpan {tspan} at (0,0) size 24x25
-          RenderSVGInlineText {#text} at (40,0) size 24x25
-            chunk 1 text run 1 at (275.00,175.00) startOffset 0 endOffset 2 width 24.00: "  "
+          RenderSVGInlineText {#text} at (38,0) size 24x25
+            chunk 1 text run 1 at (273.00,175.00) startOffset 0 endOffset 2 width 24.00: "  "
       RenderSVGText {text} at (345,158) size 100x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 75x10
           chunk 1 text run 1 at (345.00,165.00) startOffset 0 endOffset 15 width 75.00: "tspan end 2spc "
@@ -166,13 +166,13 @@
         RenderSVGTSpan {tspan} at (0,0) size 100x10
           RenderSVGInlineText {#text} at (0,9) size 100x10
             chunk 1 text run 1 at (345.00,174.60) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,180) size 64x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 52x25
-          chunk 1 text run 1 at (235.00,200.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (261.00,200.00) startOffset 0 endOffset 2 width 26.00: "X "
+      RenderSVGText {text} at (235,180) size 62x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 50x25
+          chunk 1 text run 1 at (235.00,200.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (260.00,200.00) startOffset 0 endOffset 2 width 25.00: "X "
         RenderSVGTSpan {tspan} at (0,0) size 12x25
-          RenderSVGInlineText {#text} at (52,0) size 12x25
-            chunk 1 text run 1 at (287.00,200.00) startOffset 0 endOffset 1 width 12.00: " "
+          RenderSVGInlineText {#text} at (50,0) size 12x25
+            chunk 1 text run 1 at (285.00,200.00) startOffset 0 endOffset 1 width 12.00: " "
       RenderSVGText {text} at (345,183) size 100x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 50x10
           chunk 1 text run 1 at (345.00,190.00) startOffset 0 endOffset 10 width 50.00: "tspan end "
@@ -179,13 +179,13 @@
         RenderSVGTSpan {tspan} at (0,0) size 100x10
           RenderSVGInlineText {#text} at (0,9) size 100x10
             chunk 1 text run 1 at (345.00,199.60) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,205) size 52x25 contains 1 chunk(s)
+      RenderSVGText {text} at (235,205) size 50x25 contains 1 chunk(s)
         RenderSVGTSpan {tspan} at (0,0) size 12x25
           RenderSVGInlineText {#text} at (0,0) size 12x25
             chunk 1 text run 1 at (235.00,225.00) startOffset 0 endOffset 1 width 12.00: " "
-        RenderSVGInlineText {#text} at (12,0) size 40x25
-          chunk 1 text run 1 at (247.00,225.00) startOffset 1 endOffset 3 width 26.00: "X "
-          chunk 1 text run 1 at (273.00,225.00) startOffset 0 endOffset 1 width 14.00: "X"
+        RenderSVGInlineText {#text} at (12,0) size 38x25
+          chunk 1 text run 1 at (247.00,225.00) startOffset 1 endOffset 3 width 25.00: "X "
+          chunk 1 text run 1 at (272.00,225.00) startOffset 0 endOffset 1 width 13.00: "X"
       RenderSVGText {text} at (345,208) size 100x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 60x10
           chunk 1 text run 1 at (345.00,215.00) startOffset 0 endOffset 12 width 60.00: "tspan start "
@@ -192,13 +192,13 @@
         RenderSVGTSpan {tspan} at (0,0) size 100x10
           RenderSVGInlineText {#text} at (0,9) size 100x10
             chunk 1 text run 1 at (345.00,224.60) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,230) size 52x25 contains 1 chunk(s)
+      RenderSVGText {text} at (235,230) size 50x25 contains 1 chunk(s)
         RenderSVGTSpan {tspan} at (0,0) size 12x25
           RenderSVGInlineText {#text} at (0,0) size 12x25
             chunk 1 text run 1 at (235.00,250.00) startOffset 0 endOffset 1 width 12.00: " "
-        RenderSVGInlineText {#text} at (12,0) size 40x25
-          chunk 1 text run 1 at (247.00,250.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (273.00,250.00) startOffset 0 endOffset 1 width 14.00: "X"
+        RenderSVGInlineText {#text} at (12,0) size 38x25
+          chunk 1 text run 1 at (247.00,250.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (272.00,250.00) startOffset 0 endOffset 1 width 13.00: "X"
       RenderSVGText {text} at (345,233) size 100x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 85x10
           chunk 1 text run 1 at (345.00,240.00) startOffset 0 endOffset 17 width 85.00: "tspan near start "
@@ -205,14 +205,14 @@
         RenderSVGTSpan {tspan} at (0,0) size 100x10
           RenderSVGInlineText {#text} at (0,9) size 100x10
             chunk 1 text run 1 at (345.00,249.60) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,255) size 40x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 14x25
-          chunk 1 text run 1 at (235.00,275.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (235,255) size 38x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 13x25
+          chunk 1 text run 1 at (235.00,275.00) startOffset 0 endOffset 1 width 13.00: "X"
         RenderSVGTSpan {tspan} at (0,0) size 12x25
-          RenderSVGInlineText {#text} at (14,0) size 12x25
-            chunk 1 text run 1 at (249.00,275.00) startOffset 0 endOffset 1 width 12.00: " "
-        RenderSVGInlineText {#text} at (26,0) size 14x25
-          chunk 1 text run 1 at (261.00,275.00) startOffset 1 endOffset 2 width 14.00: "X"
+          RenderSVGInlineText {#text} at (13,0) size 12x25
+            chunk 1 text run 1 at (248.00,275.00) startOffset 0 endOffset 1 width 12.00: " "
+        RenderSVGInlineText {#text} at (25,0) size 13x25
+          chunk 1 text run 1 at (260.00,275.00) startOffset 1 endOffset 2 width 13.00: "X"
       RenderSVGText {text} at (345,258) size 100x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 95x10
           chunk 1 text run 1 at (345.00,265.00) startOffset 0 endOffset 19 width 95.00: "tspan middle front "
@@ -219,14 +219,14 @@
         RenderSVGTSpan {tspan} at (0,0) size 100x10
           RenderSVGInlineText {#text} at (0,9) size 100x10
             chunk 1 text run 1 at (345.00,274.60) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,280) size 52x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 26x25
-          chunk 1 text run 1 at (235.00,300.00) startOffset 0 endOffset 2 width 26.00: "X "
+      RenderSVGText {text} at (235,280) size 50x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 25x25
+          chunk 1 text run 1 at (235.00,300.00) startOffset 0 endOffset 2 width 25.00: "X "
         RenderSVGTSpan {tspan} at (0,0) size 12x25
-          RenderSVGInlineText {#text} at (26,0) size 12x25
-            chunk 1 text run 1 at (261.00,300.00) startOffset 0 endOffset 1 width 12.00: " "
-        RenderSVGInlineText {#text} at (38,0) size 14x25
-          chunk 1 text run 1 at (273.00,300.00) startOffset 0 endOffset 1 width 14.00: "X"
+          RenderSVGInlineText {#text} at (25,0) size 12x25
+            chunk 1 text run 1 at (260.00,300.00) startOffset 0 endOffset 1 width 12.00: " "
+        RenderSVGInlineText {#text} at (37,0) size 13x25
+          chunk 1 text run 1 at (272.00,300.00) startOffset 0 endOffset 1 width 13.00: "X"
       RenderSVGText {text} at (345,283) size 100x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 85x10
           chunk 1 text run 1 at (345.00,290.00) startOffset 0 endOffset 17 width 85.00: "tspan middle end "
@@ -233,10 +233,10 @@
         RenderSVGTSpan {tspan} at (0,0) size 100x10
           RenderSVGInlineText {#text} at (0,9) size 100x10
             chunk 1 text run 1 at (345.00,299.60) startOffset 0 endOffset 20 width 100.00: "xml:space=\"preserve\""
-      RenderSVGText {text} at (235,305) size 40x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 40x25
-          chunk 1 text run 1 at (235.00,325.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (261.00,325.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (235,305) size 38x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 38x25
+          chunk 1 text run 1 at (235.00,325.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (260.00,325.00) startOffset 0 endOffset 1 width 13.00: "X"
       RenderSVGText {text} at (345,308) size 80x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 80x10
           chunk 1 text run 1 at (345.00,315.00) startOffset 0 endOffset 16 width 80.00: "unknown element "
@@ -243,11 +243,11 @@
         RenderSVGTSpan {tspan} at (0,0) size 25x10
           RenderSVGInlineText {#text} at (0,9) size 25x10
             chunk 1 text run 1 at (345.00,324.60) startOffset 0 endOffset 5 width 25.00: "start"
-      RenderSVGText {text} at (235,330) size 40x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 26x25
-          chunk 1 text run 1 at (235.00,350.00) startOffset 0 endOffset 2 width 26.00: "X "
-        RenderSVGInlineText {#text} at (26,0) size 14x25
-          chunk 1 text run 1 at (261.00,350.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (235,330) size 38x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 25x25
+          chunk 1 text run 1 at (235.00,350.00) startOffset 0 endOffset 2 width 25.00: "X "
+        RenderSVGInlineText {#text} at (25,0) size 13x25
+          chunk 1 text run 1 at (260.00,350.00) startOffset 0 endOffset 1 width 13.00: "X"
       RenderSVGText {text} at (345,333) size 80x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 80x10
           chunk 1 text run 1 at (345.00,340.00) startOffset 0 endOffset 16 width 80.00: "unknown element "
@@ -254,10 +254,10 @@
         RenderSVGTSpan {tspan} at (0,0) size 30x10
           RenderSVGInlineText {#text} at (0,9) size 30x10
             chunk 1 text run 1 at (345.00,349.60) startOffset 0 endOffset 6 width 30.00: "middle"
-      RenderSVGText {text} at (236,355) size 40x25 contains 1 chunk(s)
-        RenderSVGInlineText {#text} at (0,0) size 40x25
-          chunk 1 text run 1 at (236.00,375.00) startOffset 0 endOffset 2 width 26.00: "X "
-          chunk 1 text run 1 at (262.00,375.00) startOffset 0 endOffset 1 width 14.00: "X"
+      RenderSVGText {text} at (236,355) size 38x25 contains 1 chunk(s)
+        RenderSVGInlineText {#text} at (0,0) size 38x25
+          chunk 1 text run 1 at (236.00,375.00) startOffset 0 endOffset 2 width 25.00: "X "
+          chunk 1 text run 1 at (261.00,375.00) startOffset 0 endOffset 1 width 13.00: "X"
         RenderSVGInlineText {#text} at (0,0) size 0x0
       RenderSVGText {text} at (345,358) size 80x19 contains 1 chunk(s)
         RenderSVGInlineText {#text} at (0,0) size 80x10
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to