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

Side by Side Diff: PerformanceTests/Layout/Shapes/ShapeOutsideInset.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: "inset(10px)"
15 };
16 PerfTestRunner.measureTime(createShapeOutsideTest(properties, 1000)) ;
17 </script>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698