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

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

Issue 186783003: [CSS Shapes] Add performance tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: All perf tests without the .gif 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <link rel="stylesheet" href="resources/shapes.css" type="text/css"></lin k>
5 <script src="../../resources/runner.js"></script>
6 <script src="resources/shapes.js"></script>
7 </head>
8 <body>
9 <pre id="log"></pre>
10 <script>
11 var properties = {
12 width: "200px",
13 height: "200px",
14 webkitShapeOutside: "polygon(0 0, 200px 40px, 0px 40px, 200px 80 px, 0px 80px, 200px 120px, 0px 120px, 200px 160px, 0px 160px, 200px 200px)",
15 webkitShapeMargin: "5px"
16 };
17 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000)) ;
18 </script>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « PerformanceTests/Layout/Shapes/ShapeOutsideInset.html ('k') | PerformanceTests/Layout/Shapes/ShapeOutsideRaster.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698