Changeset 96963 in webkit


Ignore:
Timestamp:
Oct 7, 2011 11:47:57 AM (12 years ago)
Author:
rniwa@webkit.org
Message:

REGRESSION(r96257): fast/repaint/selection-clear.html fail
https://bugs.webkit.org/show_bug.cgi?id=69060

Reviewed by Enrica Casucci.

After r96257, we no longer clear selection upon node removal so the selection should
still be rendered after the node removal in this test.

Changed the color of selection from red to green to indicate the success.

  • fast/repaint/selection-clear.html:
  • platform/mac/fast/repaint/selection-clear-expected.png:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r96960 r96963  
     12011-10-07  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        REGRESSION(r96257): fast/repaint/selection-clear.html fail
     4        https://bugs.webkit.org/show_bug.cgi?id=69060
     5
     6        Reviewed by Enrica Casucci.
     7
     8        After r96257, we no longer clear selection upon node removal so the selection should
     9        still be rendered after the node removal in this test.
     10
     11        Changed the color of selection from red to green to indicate the success.
     12
     13        * fast/repaint/selection-clear.html:
     14        * platform/mac/fast/repaint/selection-clear-expected.png:
     15
    1162011-10-07  James Simonsen  <simonjam@chromium.org>
    217
  • trunk/LayoutTests/fast/repaint/selection-clear.html

    r43817 r96963  
    1111    <style>
    1212        #firstLine { background-color: green; }
    13         #firstLine::selection { background-color: red; }
     13        #firstLine::selection { background-color: green; }
    1414    </style>
    1515</head>
     
    2626    </script>
    2727</body>
     28
     29
Note: See TracChangeset for help on using the changeset viewer.