Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html

Issue 1988313004: Test pixel results for repaint tests testing selection, etc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html b/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
index 7b74e35f6ee0d393dbe4450a6144a464aa683d7e..9803fbcb2ef905ebe259294cd5e4ee65a72897a8 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
+++ b/third_party/WebKit/LayoutTests/fast/repaint/selected-replaced.html
@@ -19,7 +19,7 @@
var selection = window.getSelection();
var image = document.getElementById('test');
selection.setBaseAndExtent(image, 0, image, 1);
- runRepaintTest();
+ runRepaintAndPixelTest();
}
function repaintTest()
{
@@ -33,4 +33,4 @@
</p>
<img id="test" src="resources/apple.jpg" width="214" height="232" alt="Apple">
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698