Changeset 261191 in webkit
- Timestamp:
- May 5, 2020, 12:23:53 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/imported/w3c/ChangeLog
r261173 r261191 1 2020-05-05 Myles C. Maxfield <mmaxfield@apple.com> 2 3 Update two svg tests from WPT 4 https://bugs.webkit.org/show_bug.cgi?id=211331 5 <rdar://problem/61844271> 6 7 Unreviewed. 8 9 Apply https://github.com/web-platform-tests/wpt/commit/51151cf5bfc32adb8d96fca51a30c126d1e0200d 10 to our own tree. 11 12 * platform/mac/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt: 13 * platform/mac/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt: 14 * web-platform-tests/svg/import/pservers-grad-08-b-manual.svg: 15 * web-platform-tests/svg/import/text-altglyph-01-b-manual.svg: 16 1 17 2020-05-05 Rob Buis <rbuis@igalia.com> 2 18 -
trunk/LayoutTests/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual.svg
r250276 r261191 76 76 <!-- Gradient on fill of text ======== --> 77 77 <!-- ====================================================================== --> 78 <text font-family="Blocky " font-size="68" fill="url(#Gradient)" x="20" y="70">Gradient on fill</text>78 <text font-family="Blocky, sans-serif" font-size="68" fill="url(#Gradient)" x="20" y="70">Gradient on fill</text> 79 79 <!-- ====================================================================== --> 80 80 <!-- Gradient on stroke of text ======== --> 81 81 <!-- ====================================================================== --> 82 <text font-family="Blocky " x="20" y="160" font-size="55" fill="none" stroke="url(#Gradient)" stroke-width="3">Gradient on stroke</text>82 <text font-family="Blocky, sans-serif" x="20" y="160" font-size="55" fill="none" stroke="url(#Gradient)" stroke-width="3">Gradient on stroke</text> 83 83 84 84 </g> -
trunk/LayoutTests/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual.svg
r250276 r261191 101 101 </altGlyphDef> 102 102 </defs> 103 <g font-family="HappySad " font-size="60" fill="none" stroke-width="5">103 <g font-family="HappySad, sans-serif" font-size="60" fill="none" stroke-width="5"> 104 104 <text x="140" y="190" stroke="fuchsia"> 105 105 <altGlyph xlink:href="#Hsmile">H</altGlyph> -
trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/import/pservers-grad-08-b-manual-expected.txt
r250276 r261191 4 4 RenderSVGRoot {svg} at (0,0) size 800x600 5 5 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 6 RenderSVGContainer {g} at (28,56) size 7 66x4226 RenderSVGContainer {g} at (28,56) size 757x422 7 7 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 8 RenderSVGContainer {g} at (28,56) size 7 66x352 [transform={m=((1.00,0.00)(0.00,1.50)) t=(0.00,0.00)}]8 RenderSVGContainer {g} at (28,56) size 757x352 [transform={m=((1.00,0.00)(0.00,1.50)) t=(0.00,0.00)}] 9 9 RenderSVGResourceLinearGradient {linearGradient} [id="Gradient"] [gradientUnits=userSpaceOnUse] [start=(10,10)] [end=(440,10)] 10 10 RenderSVGGradientStop {stop} [offset=0.00] [color=#0000FF] 11 11 RenderSVGGradientStop {stop} [offset=1.00] [color=#00FF00] 12 RenderSVGText {text} at (20,22) size 45 7x48 contains 1 chunk(s)13 RenderSVGInlineText {#text} at (0,0) size 45 7x4814 chunk 1 text run 1 at (20.00,70.00) startOffset 0 endOffset 16 width 45 6.13: "Gradient on fill"15 RenderSVGText {text} at (20,121) size 4 40x39 contains 1 chunk(s)16 RenderSVGInlineText {#text} at (0,0) size 4 40x3917 chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 18 width 43 9.61: "Gradient on stroke"12 RenderSVGText {text} at (20,22) size 451x48 contains 1 chunk(s) 13 RenderSVGInlineText {#text} at (0,0) size 451x48 14 chunk 1 text run 1 at (20.00,70.00) startOffset 0 endOffset 16 width 450.90: "Gradient on fill" 15 RenderSVGText {text} at (20,121) size 436x39 contains 1 chunk(s) 16 RenderSVGInlineText {#text} at (0,0) size 436x39 17 chunk 1 text run 1 at (20.00,160.00) startOffset 0 endOffset 18 width 435.36: "Gradient on stroke" 18 18 RenderSVGContainer {g} at (50,198) size 662x280 19 19 RenderSVGText {text} at (40,119) size 347x33 contains 1 chunk(s) -
trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/svg/import/text-altglyph-01-b-manual-expected.txt
r250276 r261191 14 14 RenderSVGHiddenContainer {defs} at (0,0) size 0x0 15 15 RenderSVGContainer {g} at (75,208) size 713x276 16 RenderSVGText {text} at (140,129) size 196x76 contains 1 chunk(s) 17 RenderSVGTSpan {altGlyph} at (0,0) size 47x76 18 RenderSVGInlineText {#text} at (0,0) size 47x76 19 chunk 1 text run 1 at (140.00,190.00) startOffset 0 endOffset 1 width 46.82: "H" 16 RenderSVGText {text} at (140,129) size 199x76 contains 1 chunk(s) 17 RenderSVGTSpan {altGlyph} at (0,0) size 44x76 18 RenderSVGInlineText {#text} at (0,0) size 44x76 19 chunk 1 text run 1 at (140.00,190.00) startOffset 0 endOffset 1 width 43.33: "H" 20 RenderSVGInlineText {#text} at (0,0) size 0x0 21 RenderSVGTSpan {altGlyph} at (0,0) size 38x76 22 RenderSVGInlineText {#text} at (43,0) size 38x76 23 chunk 1 text run 1 at (183.33,190.00) startOffset 0 endOffset 1 width 37.50: "A" 24 RenderSVGInlineText {#text} at (0,0) size 0x0 25 RenderSVGTSpan {altGlyph} at (0,0) size 41x76 26 RenderSVGInlineText {#text} at (80,0) size 41x76 27 chunk 1 text run 1 at (220.83,190.00) startOffset 0 endOffset 1 width 40.02: "P" 28 RenderSVGInlineText {#text} at (0,0) size 0x0 29 RenderSVGTSpan {altGlyph} at (0,0) size 41x76 30 RenderSVGInlineText {#text} at (120,0) size 41x76 31 chunk 1 text run 1 at (260.85,190.00) startOffset 0 endOffset 1 width 40.02: "P" 20 32 RenderSVGInlineText {#text} at (0,0) size 0x0 21 33 RenderSVGTSpan {altGlyph} at (0,0) size 39x76 22 RenderSVGInlineText {#text} at (46,0) size 38x76 23 chunk 1 text run 1 at (186.82,190.00) startOffset 0 endOffset 1 width 37.50: "A" 24 RenderSVGInlineText {#text} at (0,0) size 0x0 25 RenderSVGTSpan {altGlyph} at (0,0) size 38x76 26 RenderSVGInlineText {#text} at (84,0) size 37x76 27 chunk 1 text run 1 at (224.32,190.00) startOffset 0 endOffset 1 width 36.80: "P" 28 RenderSVGInlineText {#text} at (0,0) size 0x0 29 RenderSVGTSpan {altGlyph} at (0,0) size 37x76 30 RenderSVGInlineText {#text} at (121,0) size 37x76 31 chunk 1 text run 1 at (261.11,190.00) startOffset 0 endOffset 1 width 36.80: "P" 32 RenderSVGInlineText {#text} at (0,0) size 0x0 33 RenderSVGTSpan {altGlyph} at (0,0) size 39x76 34 RenderSVGInlineText {#text} at (157,0) size 38x76 35 chunk 1 text run 1 at (297.91,190.00) startOffset 0 endOffset 1 width 37.50: "Y" 34 RenderSVGInlineText {#text} at (160,0) size 38x76 35 chunk 1 text run 1 at (300.87,190.00) startOffset 0 endOffset 1 width 37.50: "Y" 36 36 RenderSVGInlineText {#text} at (0,0) size 0x0 37 37 RenderSVGText {text} at (50,209) size 113x76 contains 1 chunk(s)
Note:
See TracChangeset
for help on using the changeset viewer.