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

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

Issue 205263004: Convert svg repaint tests to pixel test only repaint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove fixedpos 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" 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/repaint.js"></script> 6 <script src="../../fast/repaint/resources/text-based-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 23 matching lines...) Expand all
40 if (window.location.toString().indexOf("#") == -1) { 40 if (window.location.toString().indexOf("#") == -1) {
41 setTimeout(finishTest, 0); 41 setTimeout(finishTest, 0);
42 return; 42 return;
43 } 43 }
44 44
45 if (window.testRunner) 45 if (window.testRunner)
46 testRunner.notifyDone(); 46 testRunner.notifyDone();
47 } 47 }
48 </script> 48 </script>
49 </head> 49 </head>
50 <body class="bodytext" onload="runRepaintTest()"> 50 <body class="bodytext" onload="runRepaintAndPixelTest()">
51 51
52 <div class="linkbar"> 52 <div class="linkbar">
53 <p> 53 <p>
54 <a href="full-render-groups-01-b.html">Full version</a>, <a href="basic-render-g roups-01-b.html">Basic version</a></p> 54 <a href="full-render-groups-01-b.html">Full version</a>, <a href="basic-render-g roups-01-b.html">Basic version</a></p>
55 <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/render. html#Grouping">3.4 How groups are rendered</a></p> 55 <p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/render. html#Grouping">3.4 How groups are rendered</a></p>
56 <p> 56 <p>
57 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a> 57 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a>
58 <a href="full-index.html">index</a> 58 <a href="full-index.html">index</a>
59 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a> 59 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a>
60 </p></div> 60 </p></div>
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 </p> 116 </p>
117 117
118 </div> 118 </div>
119 <div class="linkbar"> <p> 119 <div class="linkbar"> <p>
120 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a> 120 <a href="full-pservers-pattern-01-b.html">pservers-pattern-01-b ←</a>
121 <a name="scrollTo" href="full-index.html">index</a> 121 <a name="scrollTo" href="full-index.html">index</a>
122 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a> 122 <a href="full-script-handle-01-b.html">→ script-handle-01-b</a>
123 </p></div> 123 </p></div>
124 </body> 124 </body>
125 </html> 125 </html>
OLDNEW
« no previous file with comments | « LayoutTests/svg/custom/scroll-hit-test.xhtml ('k') | LayoutTests/svg/custom/stroke-opacity-update.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698