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

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

Issue 205323003: Remove CSS Regions performance tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/regions.css" TYPE="text/css"></li nk>
5 <script src="../resources/runner.js"></script>
6 <script src="resources/regions.js"></script>
7 <style type="text/css">
8 #log {
9 position: fixed;
10 }
11 </style>
12 </head>
13 <body>
14 <pre id="log"></pre>
15 <script>
16 PerfTestRunner.measureTime(createRegionsTest("300px", "100px", 1200, 300, "auto", 0));
17 </script>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « PerformanceTests/Layout/RegionsFixed.html ('k') | PerformanceTests/Layout/RegionsSelection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698