Changeset 154062 in webkit


Ignore:
Timestamp:
Aug 14, 2013 11:51:19 AM (11 years ago)
Author:
akling@apple.com
Message:

REGRESSION(r153815): fast/repaint/caret-jump-between-nodes.html sucks.
<http://webkit.org/b/119520>

Unreviewed, remove the description text from this repaint test in an attempt
to get consistent cross-platform results.

  • fast/repaint/caret-jump-between-nodes-expected.txt:
  • fast/repaint/caret-jump-between-nodes.html:
  • platform/gtk/fast/repaint/caret-jump-between-nodes-expected.txt: Removed.
  • platform/qt-5.0-wk2/fast/repaint/caret-jump-between-nodes-expected.txt: Removed.
  • platform/qt/fast/repaint/caret-jump-between-nodes-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r154058 r154062  
     12013-08-14  Andreas Kling  <akling@apple.com>
     2
     3        REGRESSION(r153815): fast/repaint/caret-jump-between-nodes.html sucks.
     4        <http://webkit.org/b/119520>
     5
     6        Unreviewed, remove the description text from this repaint test in an attempt
     7        to get consistent cross-platform results.
     8
     9        * fast/repaint/caret-jump-between-nodes-expected.txt:
     10        * fast/repaint/caret-jump-between-nodes.html:
     11        * platform/gtk/fast/repaint/caret-jump-between-nodes-expected.txt: Removed.
     12        * platform/qt-5.0-wk2/fast/repaint/caret-jump-between-nodes-expected.txt: Removed.
     13        * platform/qt/fast/repaint/caret-jump-between-nodes-expected.txt: Removed.
     14
    1152013-08-13  Chris Fleizach  <cfleizach@apple.com>
    216
  • trunk/LayoutTests/fast/repaint/caret-jump-between-nodes-expected.txt

    r154017 r154062  
    1 This test verifies that moving the caret between two distinct nodes doesn't leave a ghost behind when the node-relative coordinate offset is identical.
    21
    32
    43(repaint rects
    5   (rect 8 44 100 100)
    6   (rect 8 44 100 100)
    7   (rect 3 39 110 110)
    8   (rect 8 44 1 18)
    9   (rect 3 39 110 110)
     4  (rect 8 8 100 100)
     5  (rect 8 8 100 100)
     6  (rect 3 3 110 110)
     7  (rect 8 8 1 18)
     8  (rect 8 8 1 18)
     9  (rect 3 3 110 110)
    1010  (rect -5 -5 5 610)
    1111  (rect 800 -5 5 610)
     
    1616  (rect -5 -5 810 5)
    1717  (rect -5 600 810 5)
    18   (rect 8 44 1 18)
    19   (rect 16 44 1 18)
    20   (rect 3 39 110 110)
    21   (rect 3 39 110 28)
    22   (rect 3 57 110 10)
    23   (rect 3 57 110 10)
    24   (rect 3 57 110 28)
    25   (rect 16 44 1 18)
    26   (rect 8 62 1 18)
    27   (rect 8 62 1 18)
    28   (rect 8 44 1 18)
    29   (rect 3 39 110 28)
    30   (rect 3 49 110 18)
    31   (rect 8 44 100 5)
    32   (rect 3 57 110 28)
    33   (rect 3 39 110 28)
    34   (rect 8 44 1 18)
    35   (rect 3 39 110 10)
    36   (rect 3 39 110 28)
    37   (rect 3 39 110 28)
    38   (rect 3 57 110 28)
    39   (rect 8 44 1 18)
    40   (rect 8 44 1 18)
    41   (rect 8 44 1 18)
    42   (rect 8 62 1 18)
     18  (rect 8 8 1 18)
     19  (rect 16 8 1 18)
     20  (rect 3 3 110 110)
     21  (rect 3 3 110 28)
     22  (rect 3 21 110 10)
     23  (rect 3 21 110 10)
     24  (rect 3 21 110 28)
     25  (rect 16 8 1 18)
     26  (rect 8 26 1 18)
     27  (rect 8 26 1 18)
     28  (rect 8 8 1 18)
     29  (rect 3 3 110 28)
     30  (rect 3 13 110 18)
     31  (rect 8 8 100 5)
     32  (rect 3 21 110 28)
     33  (rect 3 3 110 28)
     34  (rect 8 8 1 18)
     35  (rect 3 3 110 10)
     36  (rect 3 3 110 28)
     37  (rect 3 3 110 28)
     38  (rect 3 21 110 28)
     39  (rect 8 8 1 18)
     40  (rect 8 8 1 18)
     41  (rect 8 8 1 18)
     42  (rect 8 26 1 18)
    4343)
    4444
  • trunk/LayoutTests/fast/repaint/caret-jump-between-nodes.html

    r153815 r154062  
    11<script src="resources/text-based-repaint.js" type="text/javascript"></script>
    22<script type="text/javascript">
     3/* This test verifies that moving the caret between two distinct nodes doesn't leave a ghost behind when the node-relative coordinate offset is identical. */
    34function repaintTest() {
    45    var div = document.getElementById("div");
     
    2021</style>
    2122<body onload="runRepaintTest();">
    22 <div>This test verifies that moving the caret between two distinct nodes doesn't leave a ghost behind when the node-relative coordinate offset is identical.</div>
    2323<div id="div" contenteditable="true"></div>
    2424</body>
Note: See TracChangeset for help on using the changeset viewer.