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

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

Issue 205263004: Convert svg repaint tests to pixel test only repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixedpos Created 6 years, 9 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: LayoutTests/svg/custom/circle-move-invalidation.svg
diff --git a/LayoutTests/svg/custom/circle-move-invalidation.svg b/LayoutTests/svg/custom/circle-move-invalidation.svg
index f8ba8b95bd47bb77c5334196ea36369ddeb1b57f..eb24fcd19bd897e1d643cb6c09147136230196c7 100644
--- a/LayoutTests/svg/custom/circle-move-invalidation.svg
+++ b/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/repaint.js"/>
+<script src="../../fast/repaint/resources/text-based-repaint.js"/>
<title>Bug 22660</title>
<script>
function repaintTest() {
@@ -10,7 +10,7 @@ function repaintTest() {
}
</script>
</head>
-<body onload="runRepaintTest()">
+<body onload="runRepaintAndPixelTest()">
<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>
« no previous file with comments | « LayoutTests/svg/custom/animate-target-removed-from-document.svg ('k') | LayoutTests/svg/custom/clip-path-child-changes.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698