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

Side by Side Diff: content/test/data/gpu/concave_paths.html

Issue 2045993004: Enable GpuRasterization.ConcavePaths on Nexus devices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/gpu_rasterization_expectations.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE HTML> 1 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta name="viewport" content="initial-scale=1"/>
4 <title>Concave Paths test</title> 5 <title>Concave Paths test</title>
5 <script> 6 <script>
6 var g_swapsBeforeAck = 15; 7 var g_swapsBeforeAck = 15;
7 8
8 function main() { 9 function main() {
9 waitForFinish(); 10 waitForFinish();
10 } 11 }
11 12
12 function waitForFinish() 13 function waitForFinish()
13 { 14 {
(...skipping 26 matching lines...) Expand all
40 </g> 41 </g>
41 <g transform="translate(400, 0)"> 42 <g transform="translate(400, 0)">
42 <use xlink:href="#chomp"/> 43 <use xlink:href="#chomp"/>
43 </g> 44 </g>
44 <g transform="translate(500, 0)"> 45 <g transform="translate(500, 0)">
45 <use xlink:href="#chomp"/> 46 <use xlink:href="#chomp"/>
46 </g> 47 </g>
47 </svg> 48 </svg>
48 </body> 49 </body>
49 </html> 50 </html>
OLDNEW
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/gpu_rasterization_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698