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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/custom/scrolling-embedded-svg-file-image-repaint-problem.html

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 html PUBLIC "-//CL//DTD XHTML 1.0 Transitional plus Embed//EN" 2 <!DOCTYPE html PUBLIC "-//CL//DTD XHTML 1.0 Transitional plus Embed//EN"
3 "http://www.w3.org/Graphics/xhtml1-transitional-plus-embed.dtd"> 3 "http://www.w3.org/Graphics/xhtml1-transitional-plus-embed.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <html xmlns="http://www.w3.org/1999/xhtml">
5 <head> 5 <head>
6 <script src="../../fast/repaint/resources/text-based-repaint.js"></script> 6 <script src="../../fast/repaint/resources/repaint.js"></script>
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> 7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
8 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/> 8 <meta name="keywords" content="W3C SVG 1.1 Test Suite testsuite mobile"/>
9 <meta name="description" content="W3C SVG 1.1 Test Suite"/> 9 <meta name="description" content="W3C SVG 1.1 Test Suite"/>
10 <title> 10 <title>
11 SVG 1.1 test:render-groups-01-b </title> 11 SVG 1.1 test:render-groups-01-b </title>
12 <style type="text/css"> 12 <style type="text/css">
13 <!-- 13 <!--
14 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-heigh t: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 } 14 body { font-family: "Lucida Grande", verdana, helvetica, sans-serif; line-heigh t: 1.3; text-align: left; margin-top: 0; margin-bottom: 0 }
15 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;} 15 .pageTitle { line-height: 1.5; font-weight: bold; margin-bottom: 1em;}
16 .pageSubTitle { color: blue; font-size: 200%; font-weight: bold } 16 .pageSubTitle { color: blue; font-size: 200%; font-weight: bold }
(...skipping 20 matching lines...) Expand all
37 function finishTest() 37 function finishTest()
38 { 38 {
39 if (window.location.toString().indexOf("#") == -1) { 39 if (window.location.toString().indexOf("#") == -1) {
40 setTimeout(finishTest, 0); 40 setTimeout(finishTest, 0);
41 return; 41 return;
42 } 42 }
43 finishRepaintTest(); 43 finishRepaintTest();
44 } 44 }
45 </script> 45 </script>
46 </head> 46 </head>
47 <body class="bodytext" onload="runRepaintAndPixelTest()"> 47 <body class="bodytext" onload="runRepaintTest()">
48 48
49 <div class="linkbar"> 49 <div class="linkbar">
50 <p> 50 <p>
51 <a href="full-render-groups-01-b.html">Full version</a>, <a href="basic-render-g roups-01-b.html">Basic version</a></p> 51 <a href="full-render-groups-01-b.html">Full version</a>, <a href="basic-render-g roups-01-b.html">Basic version</a></p>
52 <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/render. html#Grouping">3.4 How groups are rendered</a></p> 52 <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/render. html#Grouping">3.4 How groups are rendered</a></p>
53 <p> 53 <p>
54 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a> 54 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a>
55 <a href="full-index.html">index</a> 55 <a href="full-index.html">index</a>
56 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a> 56 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a>
57 </p></div> 57 </p></div>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 </p> 113 </p>
114 114
115 </div> 115 </div>
116 <div class="linkbar"> <p> 116 <div class="linkbar"> <p>
117 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a> 117 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a>
118 <a name="scrollTo" href="full-index.html">index</a> 118 <a name="scrollTo" href="full-index.html">index</a>
119 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a> 119 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a>
120 </p></div> 120 </p></div>
121 </body> 121 </body>
122 </html> 122 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698