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/RegionsAuto.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
« no previous file with comments | « no previous file | PerformanceTests/Layout/RegionsAutoMaxHeight.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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", "auto", 400, 4 00, "auto", 0.8));
17 </script>
18 </body>
19 </html>
OLDNEW
« no previous file with comments | « no previous file | PerformanceTests/Layout/RegionsAutoMaxHeight.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698