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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/carto.net/window.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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1 .1/DTD/svg11.dtd" [ 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1 .1/DTD/svg11.dtd" [
3 <!ATTLIST svg 3 <!ATTLIST svg
4 xmlns:attrib CDATA #IMPLIED 4 xmlns:attrib CDATA #IMPLIED
5 xmlns:batik CDATA #IMPLIED 5 xmlns:batik CDATA #IMPLIED
6 > 6 >
7 <!ATTLIST text 7 <!ATTLIST text
8 attrib:buttonText CDATA #IMPLIED 8 attrib:buttonText CDATA #IMPLIED
9 > 9 >
10 ]> 10 ]>
11 <?AdobeSVGViewer save="snapshot"?> 11 <?AdobeSVGViewer save="snapshot"?>
12 <svg width="100%" height="100%" viewBox="0 0 1024 700" xmlns="http://www.w3.org/ 2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:attrib="http://www.ca rto.net/attrib" xmlns:batik="http://xml.apache.org/batik/ext" onload="runRepaint AndPixelTest()"> 12 <svg width="100%" height="100%" viewBox="0 0 1024 700" xmlns="http://www.w3.org/ 2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:attrib="http://www.ca rto.net/attrib" xmlns:batik="http://xml.apache.org/batik/ext" onload="runRepaint Test()">
13 <script type="text/ecmascript" xlink:href="../../fast/repaint/resources/ text-based-repaint.js"></script> 13 <script type="text/ecmascript" xlink:href="../../fast/repaint/resources/ repaint.js"></script>
14 <script type="text/ecmascript" xlink:href="resources/helper_functions.js "/> 14 <script type="text/ecmascript" xlink:href="resources/helper_functions.js "/>
15 <script type="text/ecmascript" xlink:href="resources/mapApp.js"/> 15 <script type="text/ecmascript" xlink:href="resources/mapApp.js"/>
16 <script type="text/ecmascript" xlink:href="resources/timer.js"/> 16 <script type="text/ecmascript" xlink:href="resources/timer.js"/>
17 <script type="text/ecmascript" xlink:href="resources/window.js"/> 17 <script type="text/ecmascript" xlink:href="resources/window.js"/>
18 <script type="text/ecmascript"><![CDATA[ 18 <script type="text/ecmascript"><![CDATA[
19 // WebKit modification: do not terminate before all create functions 19 // WebKit modification: do not terminate before all create functions
20 // have been called. This call, the notifyDone() below, and all calls 20 // have been called. This call, the notifyDone() below, and all calls
21 // to createCalled() were added to prevent a race in which the test may 21 // to createCalled() were added to prevent a race in which the test may
22 // terminate before the final window decoration is added. 22 // terminate before the final window decoration is added.
23 // See <https://bugs.webkit.org/show_bug.cgi?id=21531>. 23 // See <https://bugs.webkit.org/show_bug.cgi?id=21531>.
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 <text id="buttonTextbigWindow" font-family="Arial,Helvetica" fill="dimgray" text-anchor="middle" font-size="11px" attrib:buttonText="Big Window" x="630" y=" 25" pointer-events="none">Close Big Window</text> 203 <text id="buttonTextbigWindow" font-family="Arial,Helvetica" fill="dimgray" text-anchor="middle" font-size="11px" attrib:buttonText="Big Window" x="630" y=" 25" pointer-events="none">Close Big Window</text>
204 <use x="780" y="20" xlink:href="#buttonRect" onclick="openCloseWindow('neste dWindow')"/> 204 <use x="780" y="20" xlink:href="#buttonRect" onclick="openCloseWindow('neste dWindow')"/>
205 <text id="buttonTextnestedWindow" font-family="Arial,Helvetica" fill="dimgra y" text-anchor="middle" font-size="11px" attrib:buttonText="Middlesize Window" x ="780" y="25" pointer-events="none">Close Middlesize Window</text> 205 <text id="buttonTextnestedWindow" font-family="Arial,Helvetica" fill="dimgra y" text-anchor="middle" font-size="11px" attrib:buttonText="Middlesize Window" x ="780" y="25" pointer-events="none">Close Middlesize Window</text>
206 <use x="930" y="20" xlink:href="#buttonRect" onclick="openCloseWindow('colou rPickerWindow')"/> 206 <use x="930" y="20" xlink:href="#buttonRect" onclick="openCloseWindow('colou rPickerWindow')"/>
207 <text id="buttonTextcolourPickerWindow" font-family="Arial,Helvetica" fill=" dimgray" text-anchor="middle" font-size="11px" attrib:buttonText="Colour Picker" x="930" y="25" pointer-events="none">Close Colour Picker</text> 207 <text id="buttonTextcolourPickerWindow" font-family="Arial,Helvetica" fill=" dimgray" text-anchor="middle" font-size="11px" attrib:buttonText="Colour Picker" x="930" y="25" pointer-events="none">Close Colour Picker</text>
208 <use x="930" y="50" xlink:href="#buttonRect" onclick="openCloseWindow('small Window')"/> 208 <use x="930" y="50" xlink:href="#buttonRect" onclick="openCloseWindow('small Window')"/>
209 <text id="buttonTextsmallWindow" font-family="Arial,Helvetica" fill="dimgray " text-anchor="middle" font-size="11px" attrib:buttonText="Small Window" x="930" y="55" pointer-events="none">Close Small Window</text> 209 <text id="buttonTextsmallWindow" font-family="Arial,Helvetica" fill="dimgray " text-anchor="middle" font-size="11px" attrib:buttonText="Small Window" x="930" y="55" pointer-events="none">Close Small Window</text>
210 <use x="480" y="50" xlink:href="#buttonRect" onclick="resizeNavWindow()"/> 210 <use x="480" y="50" xlink:href="#buttonRect" onclick="resizeNavWindow()"/>
211 <text id="buttonTextResizeNavWindow" font-family="Arial,Helvetica" fill="dim gray" text-anchor="middle" font-size="11px" attrib:buttonText="Resize Navigation Window" x="480" y="55" pointer-events="none">Resize Navigation Window</text> 211 <text id="buttonTextResizeNavWindow" font-family="Arial,Helvetica" fill="dim gray" text-anchor="middle" font-size="11px" attrib:buttonText="Resize Navigation Window" x="480" y="55" pointer-events="none">Resize Navigation Window</text>
212 </svg> 212 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698