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

Unified Diff: LayoutTests/svg/zoom/page/zoom-coords-viewattr-01-b.svg

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
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-clip-path.html ('k') | LayoutTests/svg/zoom/page/zoom-css-transforms.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/zoom/page/zoom-coords-viewattr-01-b.svg
diff --git a/LayoutTests/svg/zoom/page/zoom-coords-viewattr-01-b.svg b/LayoutTests/svg/zoom/page/zoom-coords-viewattr-01-b.svg
index d096f35ecf0713c62f22127a4ab11b09bee5b114..0f6dbcfa48a1fd69dad8231e742e49f1eaa456f2 100644
--- a/LayoutTests/svg/zoom/page/zoom-coords-viewattr-01-b.svg
+++ b/LayoutTests/svg/zoom/page/zoom-coords-viewattr-01-b.svg
@@ -28,7 +28,7 @@ fill='none' stroke='blue'/>">
<!-- Author : Vincent Hardy -->
<!-- Modified for svg 1.1 by Ola Andersson, 07-Mar-2002 -->
<!--======================================================================-->
-<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" onload="runRepaintTest()">
+<svg version="1.1" baseProfile="basic" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="svg-root" width="100%" height="100%" viewBox="0 0 480 360" onload="forceStyleRecalc();repaintTest();">
<SVGTestCase xmlns="http://www.w3.org/2000/02/svg/testsuite/description/">
<OperatorScript version="$Revision: 1.6 $" testname="coords-viewattr-01-b.svg">
<Paragraph>
@@ -124,7 +124,7 @@ fill='none' stroke='blue'/>">
<defs>
<!-- Note that the zooming won't have any visible effect except for stroke size changes, as width/height is 100% -->
<script>var zoomCount = 2;</script>
- <script xlink:href="../../../fast/repaint/resources/repaint.js"/>
+ <script xlink:href="../../../fast/repaint/resources/text-based-repaint.js"/>
<script xlink:href="../resources/testPageZoom.js"/>
</defs>
</svg>
« no previous file with comments | « LayoutTests/svg/zoom/page/zoom-clip-path.html ('k') | LayoutTests/svg/zoom/page/zoom-css-transforms.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698