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

Side by Side Diff: LayoutTests/svg/zoom/page/zoom-mask-with-percentages.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" standalone="no"?> 1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN"
3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> 3 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
4 4
5 <!-- 5 <!--
6 Licensed to the Apache Software Foundation (ASF) under one or more 6 Licensed to the Apache Software Foundation (ASF) under one or more
7 contributor license agreements. See the NOTICE file distributed with 7 contributor license agreements. See the NOTICE file distributed with
8 this work for additional information regarding copyright ownership. 8 this work for additional information regarding copyright ownership.
9 The ASF licenses this file to You under the Apache License, Version 2.0 9 The ASF licenses this file to You under the Apache License, Version 2.0
10 (the "License"); you may not use this file except in compliance with 10 (the "License"); you may not use this file except in compliance with
11 the License. You may obtain a copy of the License at 11 the License. You may obtain a copy of the License at
12 12
13 http://www.apache.org/licenses/LICENSE-2.0 13 http://www.apache.org/licenses/LICENSE-2.0
14 14
15 Unless required by applicable law or agreed to in writing, software 15 Unless required by applicable law or agreed to in writing, software
16 distributed under the License is distributed on an "AS IS" BASIS, 16 distributed under the License is distributed on an "AS IS" BASIS,
17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18 See the License for the specific language governing permissions and 18 See the License for the specific language governing permissions and
19 limitations under the License. 19 limitations under the License.
20 --> 20 -->
21 21
22 <!-- ========================================================================= - -> 22 <!-- ========================================================================= - ->
23 <!-- Validates processing of mask regions - -> 23 <!-- Validates processing of mask regions - ->
24 <!-- - -> 24 <!-- - ->
25 <!-- @author vincent.hardy@eng.sun.com - -> 25 <!-- @author vincent.hardy@eng.sun.com - ->
26 <!-- @version $Id: maskRegions.svg 475477 2006-11-15 22:44:28Z cam $ --> 26 <!-- @version $Id: maskRegions.svg 475477 2006-11-15 22:44:28Z cam $ -->
27 <!-- ========================================================================= - -> 27 <!-- ========================================================================= - ->
28 28
29 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" id="body" width="450" height="500" viewBox="0 0 450 500" onload="runRepaintTe st()"> 29 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlin k" id="body" width="450" height="500" viewBox="0 0 450 500" onload="forceStyleRe calc();repaintTest();">
30 <title>Mask</title> 30 <title>Mask</title>
31 <!-- ============================================================= --> 31 <!-- ============================================================= -->
32 <!-- Test content --> 32 <!-- Test content -->
33 <!-- ============================================================= --> 33 <!-- ============================================================= -->
34 <g id="testContent" class="legend" text-anchor="middle"> 34 <g id="testContent" class="legend" text-anchor="middle">
35 <text x="225" y="50" class="title"> 35 <text x="225" y="50" class="title">
36 Mask Regions 36 Mask Regions
37 </text> 37 </text>
38 38
39 <defs> 39 <defs>
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 124
125 <g transform="translate(260, 340)"> 125 <g transform="translate(260, 340)">
126 <use xlink:href="#masked" mask="url(#mask_4)"/> 126 <use xlink:href="#masked" mask="url(#mask_4)"/>
127 <text x="50" y="-3">Mask 4</text> 127 <text x="50" y="-3">Mask 4</text>
128 </g> 128 </g>
129 129
130 </g> 130 </g>
131 131
132 <defs> 132 <defs>
133 <script>var zoomCount = 4;</script> 133 <script>var zoomCount = 4;</script>
134 <script xlink:href="../../../fast/repaint/resources/repaint.js"/> 134 <script xlink:href="../../../fast/repaint/resources/text-based-repaint.js"/>
135 <script xlink:href="../resources/testPageZoom.js"/> 135 <script xlink:href="../resources/testPageZoom.js"/>
136 </defs> 136 </defs>
137 </svg> 137 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698