Changeset 84379 in webkit


Ignore:
Timestamp:
Apr 20, 2011 9:11:45 AM (13 years ago)
Author:
Adam Roben
Message:

Add Windows 7 SP1 baselines for some SVG tests that progressed in SP1

These baselines were previously thought to be WebKit2-specific. However, it turned out that
the WebKit2 bots had Windows 7 SP1 installed, while the WebKit1 bots just had Windows 7
installed, and that was the crucial difference. So this patch reclassifies the new baselines
as being SP1 vs. not-SP1, rather than WK2 vs. WK1. I also added pixel results.

Fixes <http://webkit.org/b/56617> Several tests fail on Windows 7 SP1 due to font
differences from Windows 7 "SP0"

  • platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
  • platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
  • platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
  • platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/win-7sp0/svg/text/bidi-text-query-expected.checksum:
  • platform/win-7sp0/svg/text/bidi-text-query-expected.png:
  • platform/win-7sp0/svg/text/bidi-text-query-expected.txt:

Copied these results from platform/win.

  • platform/win-wk2/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/win-wk2/svg/text/bidi-text-query-expected.txt:

Moved these results to platform/win.

  • platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
  • platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
  • platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
  • platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
  • platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
  • platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
  • platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
  • platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
  • platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
  • platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
  • platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
  • platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
  • platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
  • platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
  • platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
  • platform/win/svg/text/bidi-text-query-expected.checksum:
  • platform/win/svg/text/bidi-text-query-expected.png:
  • platform/win/svg/text/bidi-text-query-expected.txt:

The .txt files came from platform/win-wk2, and the .png/.checksum files were
newly-generated.

Location:
trunk/LayoutTests
Files:
4 added
1 deleted
19 edited
18 copied

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84378 r84379  
     12011-04-20  Adam Roben  <aroben@apple.com>
     2
     3        Add Windows 7 SP1 baselines for some SVG tests that progressed in SP1
     4
     5        These baselines were previously thought to be WebKit2-specific. However, it turned out that
     6        the WebKit2 bots had Windows 7 SP1 installed, while the WebKit1 bots just had Windows 7
     7        installed, and that was the crucial difference. So this patch reclassifies the new baselines
     8        as being SP1 vs. not-SP1, rather than WK2 vs. WK1. I also added pixel results.
     9
     10        Fixes <http://webkit.org/b/56617> Several tests fail on Windows 7 SP1 due to font
     11        differences from Windows 7 "SP0"
     12
     13        * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
     14        * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
     15        * platform/win-7sp0/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
     16        * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
     17        * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
     18        * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
     19        * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
     20        * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
     21        * platform/win-7sp0/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
     22        * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
     23        * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
     24        * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
     25        * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
     26        * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
     27        * platform/win-7sp0/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
     28        * platform/win-7sp0/svg/text/bidi-text-query-expected.checksum:
     29        * platform/win-7sp0/svg/text/bidi-text-query-expected.png:
     30        * platform/win-7sp0/svg/text/bidi-text-query-expected.txt:
     31        Copied these results from platform/win.
     32
     33        * platform/win-wk2/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
     34        * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
     35        * platform/win-wk2/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
     36        * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
     37        * platform/win-wk2/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
     38        * platform/win-wk2/svg/text/bidi-text-query-expected.txt:
     39        Moved these results to platform/win.
     40
     41        * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum:
     42        * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.png:
     43        * platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt:
     44        * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum:
     45        * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.png:
     46        * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt:
     47        * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum:
     48        * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.png:
     49        * platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt:
     50        * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum:
     51        * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.png:
     52        * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt:
     53        * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum:
     54        * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.png:
     55        * platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt:
     56        * platform/win/svg/text/bidi-text-query-expected.checksum:
     57        * platform/win/svg/text/bidi-text-query-expected.png:
     58        * platform/win/svg/text/bidi-text-query-expected.txt:
     59        The .txt files came from platform/win-wk2, and the .png/.checksum files were
     60        newly-generated.
     61
    1622011-04-20  Martin Robinson  <mrobinson@igalia.com>
    263
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.checksum

    r81179 r84379  
    1 a1806c609968dab2f4525d2b6824f0df
     1e1369bdb8608dd3da8d8506dd48fa404
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/text-dirLTR-ubOverride-expected.txt

    r81179 r84379  
    44  RenderSVGRoot {svg} at (0,0) size 800x600
    55    RenderSVGContainer {g} at (33,221) size 651x144
    6       RenderSVGText {text} at (93,133) size 274x21 contains 1 chunk(s)
    7         RenderSVGInlineText {#text} at (0,0) size 274x21
    8           chunk 1 (middle anchor) text run 1 at (93.20,150.00) startOffset 0 endOffset 35 width 273.60 LTR override: "W3C \x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644} dirLTR ubOverride!"
     6      RenderSVGText {text} at (91,133) size 278x21 contains 1 chunk(s)
     7        RenderSVGInlineText {#text} at (0,0) size 278x21
     8          chunk 1 (middle anchor) text run 1 at (91.40,150.00) startOffset 0 endOffset 35 width 277.20 LTR override: "W3C \x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644} dirLTR ubOverride!"
    99      RenderSVGText {text} at (20,170) size 86x13 contains 1 chunk(s)
    1010        RenderSVGInlineText {#text} at (0,0) size 86x13
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.checksum

    r81179 r84379  
    1 f6a21f32b455478297f34af31580b7c4
     14b0e4a020415ca9f4cdcc59dbec62605
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-default-context-expected.txt

    r81179 r84379  
    44  RenderSVGRoot {svg} at (0,0) size 800x600
    55    RenderSVGContainer {g} at (33,221) size 651x144
    6       RenderSVGText {text} at (82,133) size 296x21 contains 1 chunk(s)
     6      RenderSVGText {text} at (80,133) size 300x21 contains 1 chunk(s)
    77        RenderSVGInlineText {#text} at (0,0) size 162x21
    8           chunk 1 (middle anchor) text run 1 at (82.70,150.00) startOffset 0 endOffset 19 width 160.80: "dirLTR ubOverride \""
    9         RenderSVGTSpan {tspan} at (0,0) size 123x21
    10           RenderSVGInlineText {#text} at (161,0) size 123x21
    11             chunk 1 (middle anchor) text run 1 at (243.50,150.00) startOffset 0 endOffset 17 width 122.40 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
    12         RenderSVGInlineText {#text} at (283,0) size 13x21
    13           chunk 1 (middle anchor) text run 1 at (365.90,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
     8          chunk 1 (middle anchor) text run 1 at (80.90,150.00) startOffset 0 endOffset 19 width 160.80: "dirLTR ubOverride \""
     9        RenderSVGTSpan {tspan} at (0,0) size 127x21
     10          RenderSVGInlineText {#text} at (161,0) size 127x21
     11            chunk 1 (middle anchor) text run 1 at (241.70,150.00) startOffset 0 endOffset 17 width 126.00 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
     12        RenderSVGInlineText {#text} at (287,0) size 13x21
     13          chunk 1 (middle anchor) text run 1 at (367.70,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
    1414      RenderSVGText {text} at (20,170) size 86x13 contains 1 chunk(s)
    1515        RenderSVGInlineText {#text} at (0,0) size 86x13
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.checksum

    r81179 r84379  
    1 f6a21f32b455478297f34af31580b7c4
     14b0e4a020415ca9f4cdcc59dbec62605
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirLTR-ubOverride-in-ltr-context-expected.txt

    r81179 r84379  
    44  RenderSVGRoot {svg} at (0,0) size 800x600
    55    RenderSVGContainer {g} at (33,221) size 651x144
    6       RenderSVGText {text} at (82,133) size 296x21 contains 1 chunk(s)
     6      RenderSVGText {text} at (80,133) size 300x21 contains 1 chunk(s)
    77        RenderSVGInlineText {#text} at (0,0) size 162x21
    8           chunk 1 (middle anchor) text run 1 at (82.70,150.00) startOffset 0 endOffset 19 width 160.80: "dirLTR ubOverride \""
    9         RenderSVGTSpan {tspan} at (0,0) size 123x21
    10           RenderSVGInlineText {#text} at (161,0) size 123x21
    11             chunk 1 (middle anchor) text run 1 at (243.50,150.00) startOffset 0 endOffset 17 width 122.40 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
    12         RenderSVGInlineText {#text} at (283,0) size 13x21
    13           chunk 1 (middle anchor) text run 1 at (365.90,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
     8          chunk 1 (middle anchor) text run 1 at (80.90,150.00) startOffset 0 endOffset 19 width 160.80: "dirLTR ubOverride \""
     9        RenderSVGTSpan {tspan} at (0,0) size 127x21
     10          RenderSVGInlineText {#text} at (161,0) size 127x21
     11            chunk 1 (middle anchor) text run 1 at (241.70,150.00) startOffset 0 endOffset 17 width 126.00 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
     12        RenderSVGInlineText {#text} at (287,0) size 13x21
     13          chunk 1 (middle anchor) text run 1 at (367.70,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
    1414      RenderSVGText {text} at (20,170) size 86x13 contains 1 chunk(s)
    1515        RenderSVGInlineText {#text} at (0,0) size 86x13
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.checksum

    r81179 r84379  
    1 3c3183128dbf0497ed7f0eb0a5d7a3d2
     1383ec9d21881552748ef040c1353aaec
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-default-context-expected.txt

    r81179 r84379  
    44  RenderSVGRoot {svg} at (0,0) size 800x600
    55    RenderSVGContainer {g} at (33,221) size 651x144
    6       RenderSVGText {text} at (77,133) size 306x21 contains 1 chunk(s)
    7         RenderSVGInlineText {#text} at (0,0) size 172x21
    8           chunk 1 (middle anchor) text run 1 at (77.90,150.00) startOffset 0 endOffset 20 width 170.40: "dirNone ubOverride \""
    9         RenderSVGTSpan {tspan} at (0,0) size 123x21
    10           RenderSVGInlineText {#text} at (171,0) size 123x21
    11             chunk 1 (middle anchor) text run 1 at (248.30,150.00) startOffset 0 endOffset 17 width 122.40 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
    12         RenderSVGInlineText {#text} at (293,0) size 13x21
    13           chunk 1 (middle anchor) text run 1 at (370.70,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
     6      RenderSVGText {text} at (76,133) size 308x21 contains 1 chunk(s)
     7        RenderSVGInlineText {#text} at (0,0) size 171x21
     8          chunk 1 (middle anchor) text run 1 at (76.10,150.00) startOffset 0 endOffset 20 width 170.40: "dirNone ubOverride \""
     9        RenderSVGTSpan {tspan} at (0,0) size 127x21
     10          RenderSVGInlineText {#text} at (170,0) size 127x21
     11            chunk 1 (middle anchor) text run 1 at (246.50,150.00) startOffset 0 endOffset 17 width 126.00 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
     12        RenderSVGInlineText {#text} at (296,0) size 12x21
     13          chunk 1 (middle anchor) text run 1 at (372.50,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
    1414      RenderSVGText {text} at (20,170) size 86x13 contains 1 chunk(s)
    1515        RenderSVGInlineText {#text} at (0,0) size 86x13
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.checksum

    r81179 r84379  
    1 3c3183128dbf0497ed7f0eb0a5d7a3d2
     1383ec9d21881552748ef040c1353aaec
  • trunk/LayoutTests/platform/win/svg/W3C-I18N/tspan-dirNone-ubOverride-in-ltr-context-expected.txt

    r81179 r84379  
    44  RenderSVGRoot {svg} at (0,0) size 800x600
    55    RenderSVGContainer {g} at (33,221) size 651x144
    6       RenderSVGText {text} at (77,133) size 306x21 contains 1 chunk(s)
    7         RenderSVGInlineText {#text} at (0,0) size 172x21
    8           chunk 1 (middle anchor) text run 1 at (77.90,150.00) startOffset 0 endOffset 20 width 170.40: "dirNone ubOverride \""
    9         RenderSVGTSpan {tspan} at (0,0) size 123x21
    10           RenderSVGInlineText {#text} at (171,0) size 123x21
    11             chunk 1 (middle anchor) text run 1 at (248.30,150.00) startOffset 0 endOffset 17 width 122.40 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
    12         RenderSVGInlineText {#text} at (293,0) size 13x21
    13           chunk 1 (middle anchor) text run 1 at (370.70,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
     6      RenderSVGText {text} at (76,133) size 308x21 contains 1 chunk(s)
     7        RenderSVGInlineText {#text} at (0,0) size 171x21
     8          chunk 1 (middle anchor) text run 1 at (76.10,150.00) startOffset 0 endOffset 20 width 170.40: "dirNone ubOverride \""
     9        RenderSVGTSpan {tspan} at (0,0) size 127x21
     10          RenderSVGInlineText {#text} at (170,0) size 127x21
     11            chunk 1 (middle anchor) text run 1 at (246.50,150.00) startOffset 0 endOffset 17 width 126.00 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
     12        RenderSVGInlineText {#text} at (296,0) size 12x21
     13          chunk 1 (middle anchor) text run 1 at (372.50,150.00) startOffset 0 endOffset 2 width 11.40: "\"!"
    1414      RenderSVGText {text} at (20,170) size 86x13 contains 1 chunk(s)
    1515        RenderSVGInlineText {#text} at (0,0) size 86x13
  • trunk/LayoutTests/platform/win/svg/text/bidi-text-query-expected.checksum

    r81179 r84379  
    1 5a32028efa1c3caae0ca7a3d30ecf384
     1687f39356a57b27e737540bcaec15962
  • trunk/LayoutTests/platform/win/svg/text/bidi-text-query-expected.txt

    r81179 r84379  
    22  RenderView at (0,0) size 800x600
    33layer at (0,0) size 800x600
    4   RenderSVGRoot {svg} at (16,55) size 206x85
    5     RenderSVGContainer {g} at (16,55) size 206x85
    6       RenderSVGText {text} at (10,33) size 123x21 contains 1 chunk(s)
    7         RenderSVGTSpan {tspan} at (0,0) size 123x21
    8           RenderSVGInlineText {#text} at (0,0) size 123x21
    9             chunk 1 text run 1 at (10.00,50.00) startOffset 0 endOffset 17 width 122.40 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
     4  RenderSVGRoot {svg} at (16,55) size 211x85
     5    RenderSVGContainer {g} at (16,55) size 211x85
     6      RenderSVGText {text} at (10,33) size 126x21 contains 1 chunk(s)
     7        RenderSVGTSpan {tspan} at (0,0) size 126x21
     8          RenderSVGInlineText {#text} at (0,0) size 126x21
     9            chunk 1 text run 1 at (10.00,50.00) startOffset 0 endOffset 17 width 126.00 LTR override: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}\x{60C} W3C"
    1010      RenderSVGText {text} at (10,63) size 123x21 contains 1 chunk(s)
    1111        RenderSVGTSpan {tspan} at (0,0) size 123x21
     
    1313            chunk 1 text run 1 at (10.00,80.00) startOffset 0 endOffset 12 width 71.40 RTL: "\x{646}\x{634}\x{627}\x{637} \x{627}\x{644}\x{62A}\x{62F}\x{648}\x{64A}\x{644}"
    1414            chunk 1 text run 1 at (81.40,80.00) startOffset 0 endOffset 5 width 51.00: "\x{60C} W3C"
    15       RenderSVGContainer {g} at (16,55) size 206x85
    16         RenderSVGPath {svg:rect} at (16,55) size 131x35 [fill={[type=SOLID] [color=#FF0000] [opacity=0.40]}] [x=10.00] [y=33.71] [width=77.40] [height=20.11]
    17         RenderSVGPath {svg:rect} at (153,55) size 69x35 [fill={[type=SOLID] [color=#008000] [opacity=0.40]}] [x=92.20] [y=33.71] [width=40.20] [height=20.11]
     15      RenderSVGContainer {g} at (16,55) size 211x85
     16        RenderSVGPath {svg:rect} at (16,55) size 136x35 [fill={[type=SOLID] [color=#FF0000] [opacity=0.40]}] [x=10.00] [y=33.71] [width=81.00] [height=20.11]
     17        RenderSVGPath {svg:rect} at (158,55) size 69x35 [fill={[type=SOLID] [color=#008000] [opacity=0.40]}] [x=95.80] [y=33.71] [width=40.20] [height=20.11]
    1818        RenderSVGPath {svg:rect} at (16,105) size 131x35 [fill={[type=SOLID] [color=#FF0000] [opacity=0.40]}] [x=10.00] [y=63.71] [width=77.40] [height=20.11]
    1919        RenderSVGPath {svg:rect} at (153,105) size 69x35 [fill={[type=SOLID] [color=#008000] [opacity=0.40]}] [x=92.20] [y=63.71] [width=40.20] [height=20.11]
Note: See TracChangeset for help on using the changeset viewer.