Title: [96963] trunk/LayoutTests
- Revision
- 96963
- Author
- [email protected]
- Date
- 2011-10-07 11:47:57 -0700 (Fri, 07 Oct 2011)
Log 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:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (96962 => 96963)
--- trunk/LayoutTests/ChangeLog 2011-10-07 18:39:45 UTC (rev 96962)
+++ trunk/LayoutTests/ChangeLog 2011-10-07 18:47:57 UTC (rev 96963)
@@ -1,3 +1,18 @@
+2011-10-07 Ryosuke Niwa <[email protected]>
+
+ 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:
+
2011-10-07 James Simonsen <[email protected]>
[Chromium] Update test_expectations after V8 roll.
Modified: trunk/LayoutTests/fast/repaint/selection-clear.html (96962 => 96963)
--- trunk/LayoutTests/fast/repaint/selection-clear.html 2011-10-07 18:39:45 UTC (rev 96962)
+++ trunk/LayoutTests/fast/repaint/selection-clear.html 2011-10-07 18:47:57 UTC (rev 96963)
@@ -10,7 +10,7 @@
</script>
<style>
#firstLine { background-color: green; }
- #firstLine::selection { background-color: red; }
+ #firstLine::selection { background-color: green; }
</style>
</head>
<body _onload_="runRepaintTest();">
@@ -25,3 +25,5 @@
selection.setBaseAndExtent(firstLine, 0, root.lastChild, 0);
</script>
</body>
+
+
Modified: trunk/LayoutTests/platform/mac/fast/repaint/selection-clear-expected.png
(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes