Changeset 180219 in webkit


Ignore:
Timestamp:
Feb 17, 2015 8:03:06 AM (9 years ago)
Author:
mmaxfield@apple.com
Message:

Update svg/animations/animate-text-nested-transforms.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141686

Reviewed by Andreas Kling.

Text metrics are expected to change.

  • platform/mac/TestExpectations:
  • svg/animations/animate-text-nested-transforms-expected.txt:
  • svg/animations/script-tests/animate-text-nested-transforms.js:

(text.appendChild.rootSVGElement.appendChild.startSample):

Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r180218 r180219  
     12015-02-17  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Update svg/animations/animate-text-nested-transforms.html after r177774
     4        https://bugs.webkit.org/show_bug.cgi?id=141686
     5
     6        Reviewed by Andreas Kling.
     7
     8        Text metrics are expected to change.
     9
     10        * platform/mac/TestExpectations:
     11        * svg/animations/animate-text-nested-transforms-expected.txt:
     12        * svg/animations/script-tests/animate-text-nested-transforms.js:
     13        (text.appendChild.rootSVGElement.appendChild.startSample):
     14
    1152015-02-17  Myles C. Maxfield  <mmaxfield@apple.com>
    216
  • trunk/LayoutTests/platform/mac/TestExpectations

    r180218 r180219  
    12681268webkit.org/b/139968 editing/selection/fake-drag.html [ Failure ]
    12691269webkit.org/b/139968 fast/forms/text-control-intrinsic-widths.html [ Failure ]
    1270 webkit.org/b/139968 svg/animations/animate-text-nested-transforms.html [ Failure ]
    12711270webkit.org/b/139968 svg/text/lengthAdjust-text-metrics.html [ Failure ]
    12721271webkit.org/b/139968 svg/text/text-rect-precision.html [ Failure ]
  • trunk/LayoutTests/svg/animations/animate-text-nested-transforms-expected.txt

    r107791 r180219  
    88
    99PASS rootSVGElement.getBBox().x is 117
    10 PASS rootSVGElement.getBBox().y is -160
     10PASS rootSVGElement.getBBox().y is -162
    1111PASS rootSVGElement.getBBox().x is 367
    1212PASS rootSVGElement.getBBox().y is 550
  • trunk/LayoutTests/svg/animations/script-tests/animate-text-nested-transforms.js

    r107791 r180219  
    2121function startSample() {
    2222    shouldBeCloseEnough("rootSVGElement.getBBox().x", "117", 1);
    23     shouldBeCloseEnough("rootSVGElement.getBBox().y", "-160", 1);
     23    shouldBeCloseEnough("rootSVGElement.getBBox().y", "-162", 1);
    2424}
    2525
Note: See TracChangeset for help on using the changeset viewer.