Changeset 197257 in webkit


Ignore:
Timestamp:
Feb 27, 2016 12:01:02 PM (8 years ago)
Author:
ap@apple.com
Message:

REGRESSION(r195795): [WK2] fast/text/crash-complex-text-surrogate.html is flakey
https://bugs.webkit.org/show_bug.cgi?id=154709

The test has been made made non-flaky, but it also needs new results.

  • platform/mac/fast/text/crash-complex-text-surrogate-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r197237 r197257  
     12016-02-27  Alexey Proskuryakov  <ap@apple.com>
     2
     3        REGRESSION(r195795): [WK2] fast/text/crash-complex-text-surrogate.html is flakey
     4        https://bugs.webkit.org/show_bug.cgi?id=154709
     5
     6        The test has been made made non-flaky, but it also needs new results.
     7
     8        * platform/mac/fast/text/crash-complex-text-surrogate-expected.txt:
     9
    1102016-02-26  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/LayoutTests/platform/mac/fast/text/crash-complex-text-surrogate-expected.txt

    r197228 r197257  
    11CONSOLE MESSAGE: line 35: TypeError: undefined is not an object (evaluating 'document.forms[0].outerHTML')
    2 layer at (0,0) size 785x696
     2layer at (0,0) size 785x693
    33  RenderView at (0,0) size 785x600
    4 layer at (0,0) size 785x696
    5   RenderBlock {HTML} at (0,0) size 785x696
    6     RenderBody {BODY} at (8,8) size 78x680
     4layer at (0,0) size 785x693
     5  RenderBlock {HTML} at (0,0) size 785x693
     6    RenderBody {BODY} at (8,8) size 78x677
    77      RenderText {#text} at (0,0) size 71x120
    88        text run at (0,0) width 36: "This"
     
    3636      RenderInline {ACRONYM} at (0,0) size 0x0
    3737      RenderText {#text} at (0,0) size 0x0
    38       RenderText {#text} at (0,422) size 118x47
     38      RenderText {#text} at (0,422) size 122x45
    3939        text run at (0,422) width 45: "s is:"
    4040        text run at (0,437) width 27: "{,}"
    41         text run at (0,454) width 118: "\x{A888}{0}P{P}\\7H\\8"
     41        text run at (0,452) width 122: "\x{A888}{0}P{P}\\7H\\8"
    4242      RenderBR {BR} at (0,0) size 0x0
    43       RenderText {#text} at (0,470) size 71x15
    44         text run at (0,470) width 71: "f is: gi"
    45       RenderBR {BR} at (70,470) size 1x15
    46       RenderText {#text} at (0,485) size 361x195
    47         text run at (0,485) width 53: "Errlog"
    48         text run at (0,500) width 115: "webtest_fn_4:"
    49         text run at (0,515) width 89: "TypeError:"
    50         text run at (0,530) width 62: "null is"
    51         text run at (0,545) width 53: "not an"
    52         text run at (0,560) width 53: "object"
    53         text run at (0,575) width 97: "(evaluating"
    54         text run at (0,590) width 361: "'document.querySelector(\"plaintext:first-"
    55         text run at (0,605) width 62: "of-type"
    56         text run at (0,620) width 9: "~"
    57         text run at (0,635) width 62: "*|:out-"
    58         text run at (0,650) width 27: "of-"
    59         text run at (0,665) width 194: "range\").insertBefore')"
     43      RenderText {#text} at (0,467) size 71x15
     44        text run at (0,467) width 71: "f is: gi"
     45      RenderBR {BR} at (70,467) size 1x15
     46      RenderText {#text} at (0,482) size 361x195
     47        text run at (0,482) width 53: "Errlog"
     48        text run at (0,497) width 115: "webtest_fn_4:"
     49        text run at (0,512) width 89: "TypeError:"
     50        text run at (0,527) width 62: "null is"
     51        text run at (0,542) width 53: "not an"
     52        text run at (0,557) width 53: "object"
     53        text run at (0,572) width 97: "(evaluating"
     54        text run at (0,587) width 361: "'document.querySelector(\"plaintext:first-"
     55        text run at (0,602) width 62: "of-type"
     56        text run at (0,617) width 9: "~"
     57        text run at (0,632) width 62: "*|:out-"
     58        text run at (0,647) width 27: "of-"
     59        text run at (0,662) width 194: "range\").insertBefore')"
    6060      RenderBR {BR} at (0,0) size 0x0
Note: See TracChangeset for help on using the changeset viewer.