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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.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/js-repaint-rect-on-path-with-stroke.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg b/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg
index 37f102f700c12d17e2f2490d409832edeb85d9cf..2f9d0167b51cdd5a67e4dde6e0469ebf5341fe50 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg
+++ b/third_party/WebKit/LayoutTests/svg/custom/js-repaint-rect-on-path-with-stroke.svg
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300" onload="runRepaintAndPixelTest()">
-<script xlink:href="../../fast/repaint/resources/text-based-repaint.js"/>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300" onload="runRepaintTest()">
+<script xlink:href="../../fast/repaint/resources/repaint.js"/>
<!-- Tests the correct calculation of repaint rect. The triangle should be on the left hand side of the line. -->
<script>
function repaintTest() {

Powered by Google App Engine
This is Rietveld 408576698