Changeset 52980 in webkit


Ignore:
Timestamp:
Jan 8, 2010 2:22:27 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-08 Eric Seidel <eric@webkit.org>

Reviewed by Simon Hausmann.

http/tests/uri/escaped-entity.html affects the output of svg/W3C-SVG-1.1/filters-conv-01-f.svg
https://bugs.webkit.org/show_bug.cgi?id=32294

  • platform/mac/Skipped: Add http/tests/uri/escaped-entity.html to Skipped list since it affects later tests.
  • platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Check in correct results.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r52979 r52980  
     12010-01-08  Eric Seidel  <eric@webkit.org>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        http/tests/uri/escaped-entity.html affects the output of svg/W3C-SVG-1.1/filters-conv-01-f.svg
     6        https://bugs.webkit.org/show_bug.cgi?id=32294
     7
     8        * platform/mac/Skipped: Add http/tests/uri/escaped-entity.html to Skipped list since it affects later tests.
     9        * platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt: Check in correct results.
     10
    1112010-01-07  Eric Seidel  <eric@webkit.org>
    212
  • trunk/LayoutTests/platform/mac/Skipped

    r52979 r52980  
    104104# https://bugs.webkit.org/show_bug.cgi?id=33300
    105105platform/mac/accessibility/aria-liveregions-notifications.html
     106
     107# This test changes the output of svg/W3C-SVG-1.1/filters-conv-01-f.svg for unknown reasons.
     108# https://bugs.webkit.org/show_bug.cgi?id=32294
     109http/tests/uri/escaped-entity.html
  • trunk/LayoutTests/platform/mac/svg/W3C-SVG-1.1/filters-conv-01-f-expected.txt

    r51812 r52980  
    4040          RenderSVGText {text} at (10,20) size 117x18 contains 1 chunk(s)
    4141            RenderSVGInlineText {#text} at (0,-14) size 117x18
    42               chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 19 width 117.00: "Vertical blur (1x3)"
     42              chunk 1 text run 1 at (10.00,20.00) startOffset 0 endOffset 19 width 115.00: "Vertical blur (1x3)"
    4343          RenderSVGContainer {g} at (330,163) size 50x63 [transform={m=((1.00,0.00)(0.00,1.00)) t=(300.00,93.00)}]
    4444            RenderSVGImage {image} at (330,163) size 50x63 [filter=convolve6]
Note: See TracChangeset for help on using the changeset viewer.