Changeset 180172 in webkit


Ignore:
Timestamp:
Feb 16, 2015 1:58:33 PM (9 years ago)
Author:
mmaxfield@apple.com
Message:

Update expected result for editing/pasteboard/5761530-1.html after r177774
https://bugs.webkit.org/show_bug.cgi?id=141603

Reviewed by Alexey Proskuryakov.

The test used to have incorrect expected output, but the new results are correct.

  • LayoutTests/editing/pasteboard/5761530-1-expected.txt:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r180171 r180172  
     12015-02-16  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Update expected result for editing/pasteboard/5761530-1.html after r177774
     4        https://bugs.webkit.org/show_bug.cgi?id=141603
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        The test used to have incorrect expected output, but the new results are correct.
     9
     10        * LayoutTests/editing/pasteboard/5761530-1-expected.txt:
     11        * platform/mac/TestExpectations:
     12
    1132015-02-16  Myles C. Maxfield  <mmaxfield@apple.com>
    214
  • trunk/LayoutTests/editing/pasteboard/5761530-1-expected.txt

    r149088 r180172  
    11This tests to see that tabs are put into tab spans when they are copied individually. The pasted tab should be inside of a tab span, not a style span. To run the test manually, paste and then inspect the editable region, and ensure that there is a tab span at the beginning of the editable div.
    22
    3 <span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space:pre;"> </span>xxx
     3<span class="Apple-tab-span" style="white-space: pre;"> </span><span class="Apple-tab-span" style="white-space:pre;">   </span>xxx
  • trunk/LayoutTests/platform/mac/TestExpectations

    r180171 r180172  
    12661266webkit.org/b/139968 svg/transforms/transformed-text-fill-gradient.html [ ImageOnlyFailure ]
    12671267# The following tests' expected results don't look like render tree dumps
    1268 webkit.org/b/139968 editing/pasteboard/5761530-1.html [ Failure ]
    12691268webkit.org/b/139968 editing/selection/fake-drag.html [ Failure ]
    12701269webkit.org/b/139968 fast/dom/Element/getClientRects.html [ Failure ]
Note: See TracChangeset for help on using the changeset viewer.