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

Side by Side Diff: PerformanceTests/Layout/Shapes/ShapeOutsideSVGWithMargin.html

Issue 195633002: [CSS Shapes] Add performance tests for SVG shape with shape-margin (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove comment 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
« no previous file with comments | « no previous file | PerformanceTests/Layout/Shapes/resources/shape.svg » ('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 <link rel="stylesheet" href="resources/shapes.css" type="text/css"></lin k> 4 <link rel="stylesheet" href="resources/shapes.css" type="text/css"></lin k>
5 <script src="../../resources/runner.js"></script> 5 <script src="../../resources/runner.js"></script>
6 <script src="resources/shapes.js"></script> 6 <script src="resources/shapes.js"></script>
7 </head> 7 </head>
8 <body> 8 <body>
9 <pre id="log"></pre> 9 <pre id="log"></pre>
10 <script> 10 <script>
11 var properties = { 11 var properties = {
12 width: "200px", 12 width: "200px",
13 height: "200px", 13 height: "200px",
14 webkitShapeOutside: "url(resources/shape.gif)", 14 webkitShapeOutside: "url(resources/shape.svg)",
15 webkitShapeMargin: "5px" 15 webkitShapeMargin: "5px"
16 }; 16 };
17 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000)) ; 17 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000)) ;
18 </script> 18 </script>
19 </body> 19 </body>
20 </html> 20 </html>
OLDNEW
« no previous file with comments | « no previous file | PerformanceTests/Layout/Shapes/resources/shape.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698