Changeset 201902 in webkit


Ignore:
Timestamp:
Jun 9, 2016 7:45:34 PM (8 years ago)
Author:
rniwa@webkit.org
Message:

REGRESSION(r201823) editing/selection/selection-in-iframe-removed-crash.html is flaky
https://bugs.webkit.org/show_bug.cgi?id=158569

Commit the test fix that was supposed to be landed as a part of r201823,
and remove the flaky test expectation.

  • editing/selection/selection-in-iframe-removed-crash.html:
  • platform/mac/TestExpectations:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r201901 r201902  
     12016-06-09  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        REGRESSION(r201823) editing/selection/selection-in-iframe-removed-crash.html is flaky
     4        https://bugs.webkit.org/show_bug.cgi?id=158569
     5
     6        Commit the test fix that was supposed to be landed as a part of r201823,
     7        and remove the flaky test expectation.
     8
     9        * editing/selection/selection-in-iframe-removed-crash.html:
     10        * platform/mac/TestExpectations:
     11
    1122016-06-09  Antoine Quint  <graouts@apple.com>
    213
  • trunk/LayoutTests/editing/selection/selection-in-iframe-removed-crash.html

    r201823 r201902  
    2424    range1.selectNodeContents(iframe1.contentDocument);
    2525    window.getSelection().addRange(range1);
    26     if (window.testRunner)
     26    if (window.testRunner) {
     27        document.body.innerHTML = 'Test passes if it does not crash.';
    2728        testRunner.notifyDone();
     29    }
    2830}
    2931
  • trunk/LayoutTests/platform/mac/TestExpectations

    r201874 r201902  
    13551355
    13561356webkit.org/b/158534 css3/filters/backdrop/dynamic-backdrop-filter-change.html [ Pass ImageOnlyFailure ]
    1357 
    1358 webkit.org/b/158569 editing/selection/selection-in-iframe-removed-crash.html [ Pass Failure ]
Note: See TracChangeset for help on using the changeset viewer.