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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg

Issue 1972273002: Let repaint tests test pixels by default (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/svg/custom/circle-move-invalidation.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg b/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg
index eb24fcd19bd897e1d643cb6c09147136230196c7..f8ba8b95bd47bb77c5334196ea36369ddeb1b57f 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/circle-move-invalidation.svg
@@ -1,6 +1,6 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
-<script src="../../fast/repaint/resources/text-based-repaint.js"/>
+<script src="../../fast/repaint/resources/repaint.js"/>
<title>Bug 22660</title>
<script>
function repaintTest() {
@@ -10,7 +10,7 @@ function repaintTest() {
}
</script>
</head>
-<body onload="runRepaintAndPixelTest()">
+<body onload="runRepaintTest()">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 400 400" style="width:300px; height:300px; border: 1px solid black;">
<circle id="c1" cx="100" cy="100" r="50" style="fill:red" />
</svg>

Powered by Google App Engine
This is Rietveld 408576698