Changeset 168896 in webkit


Ignore:
Timestamp:
May 15, 2014 1:51:01 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Add new test expectations after r168544
https://bugs.webkit.org/show_bug.cgi?id=132908

Unreviewed gardening

Patch by Krzysztof Wolanski <k.wolanski@samsung.com> on 2014-05-15

  • platform/efl/TestExpectations:
  • platform/efl/svg/foreignObject/svg-document-in-html-document-expected.txt:
  • platform/efl/svg/text/small-fonts-in-html5-expected.txt:
  • platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
  • platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r168893 r168896  
     12014-05-15  Krzysztof Wolanski  <k.wolanski@samsung.com>
     2
     3        [EFL] Add new test expectations after r168544
     4        https://bugs.webkit.org/show_bug.cgi?id=132908
     5
     6        Unreviewed gardening
     7
     8        * platform/efl/TestExpectations:
     9        * platform/efl/svg/foreignObject/svg-document-in-html-document-expected.txt:
     10        * platform/efl/svg/text/small-fonts-in-html5-expected.txt:
     11        * platform/efl/svg/zoom/page/zoom-svg-as-relative-image-expected.txt: Added.
     12        * platform/efl/svg/zoom/text/zoom-svg-float-border-padding-expected.txt: Added.
     13
    1142014-05-14  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    215
  • trunk/LayoutTests/platform/efl/TestExpectations

    r168893 r168896  
    16351635
    16361636webkit.org/b/132823 svg/zoom/page/zoom-foreignObject.svg [ ImageOnlyFailure ]
     1637
     1638# Tests failing after r168544
     1639svg/W3C-SVG-1.1-SE/painting-marker-05-f.svg [ Failure ]
     1640svg/W3C-SVG-1.1-SE/painting-marker-06-f.svg [ Failure ]
     1641
     1642# Tests failing after r168350
     1643svg/transforms/animated-path-inside-transformed-html.xhtml [ Failure ]
     1644svg/transforms/text-with-pattern-inside-transformed-html.xhtml [ Failure ]
  • trunk/LayoutTests/platform/efl/svg/foreignObject/svg-document-in-html-document-expected.txt

    r140245 r168896  
    44  RenderSVGRoot {svg} at (0,0) size 300x100
    55    RenderSVGForeignObject {foreignObject} at (0,0) size 300x100
    6       RenderBlock {html} at (0,0) size 300x638
     6      RenderBlock {html} at (0,0) size 300x188
    77        RenderBlock {p} at (0,0) size 300x18
    88          RenderText {#text} at (0,0) size 218x17
    99            text run at (0,0) width 218: "Test from HTML in foreignObject"
    10         RenderBlock (anonymous) at (0,34) size 300x604
     10        RenderBlock (anonymous) at (0,34) size 300x154
    1111          RenderSVGRoot {svg} at (0,34) size 271x53
    1212            RenderSVGRect {rect} at (0,34) size 20x20 [fill={[type=SOLID] [color=#008000]}] [x=0.00] [y=0.00] [width=20.00] [height=20.00]
  • trunk/LayoutTests/platform/efl/svg/text/small-fonts-in-html5-expected.txt

    r140841 r168896  
    88          text run at (0,0) width 471: "Small fonts in HTML5/inline SVG"
    99      RenderBlock (anonymous) at (0,58) size 784x507
    10         RenderSVGRoot {svg} at (157,259) size 104x31
    11           RenderSVGContainer {g} at (159,261) size 100x27 [transform={m=((400.00,0.00)(0.00,400.00)) t=(0.00,0.00)}]
     10        RenderSVGRoot {svg} at (8,79) size 502x506
     11          RenderSVGContainer {g} at (8,79) size 502x506 [transform={m=((400.00,0.00)(0.00,400.00)) t=(0.00,0.00)}]
    1212            RenderSVGText {text} at (0,0) size 1x1 contains 1 chunk(s)
    1313              RenderSVGInlineText {#text} at (0,0) size 1x1
Note: See TracChangeset for help on using the changeset viewer.