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

Unified Diff: LayoutTests/svg/as-background-image/animated-svg-as-background.html

Issue 208583004: Remove repaint.js from svg tests that pass without it (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove use-instanceRoot-event-bubbling.xhtml 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/as-background-image/animated-svg-as-background.html
diff --git a/LayoutTests/svg/as-background-image/animated-svg-as-background.html b/LayoutTests/svg/as-background-image/animated-svg-as-background.html
index 7060e726227499636764bf9840199fc8a770bced..26c323918b4db2dc51693aa9ca72bcbc81d73801 100644
--- a/LayoutTests/svg/as-background-image/animated-svg-as-background.html
+++ b/LayoutTests/svg/as-background-image/animated-svg-as-background.html
@@ -1,6 +1,6 @@
<html>
<head>
- <script src="../../fast/repaint/resources/repaint.js" type="text/javascript"></script>
+ <script src="../../fast/repaint/resources/text-based-repaint.js" type="text/javascript"></script>
<script type="text/javascript">
function repaintTest() {
if (!window.testRunner)
@@ -23,7 +23,7 @@
}
</style>
</head>
-<body style='margin: 0px' onload="runRepaintTest()">
+<body style='margin: 0px' onload="forceStyleRecalc();repaintTest();">
<div>&nbsp;</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698