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

Side by Side Diff: PerformanceTests/Layout/RegionsSelection.html

Issue 76293002: [CSS Regions] Add performance test for selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <link rel="stylesheet" href="resources/regions.css" TYPE="text/css"></li nk> 4 <link rel="stylesheet" href="resources/regions.css" TYPE="text/css"></li nk>
5 <script src="../resources/runner.js"></script> 5 <script src="../resources/runner.js"></script>
6 <script src="resources/regions.js"></script> 6 <script src="resources/regions.js"></script>
7 <style type="text/css"> 7 <style type="text/css">
8 #log { 8 #log {
9 position: fixed; 9 position: fixed;
10 } 10 }
11 </style> 11 </style>
12 </head> 12 </head>
13 <body> 13 <body>
14 <pre id="log"></pre> 14 <pre id="log"></pre>
15 <script> 15 <script>
16 PerfTestRunner.measureTime(createRegionsTest("300px", "100px", 1200, 300, "auto", 0)); 16 PerfTestRunner.measureTime(createRegionsSelectionTest(100));
17 </script> 17 </script>
18 </body> 18 </body>
19 </html> 19 </html>
OLDNEW
« no previous file with comments | « no previous file | PerformanceTests/Layout/resources/regions.js » ('j') | PerformanceTests/Layout/resources/regions.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698