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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | PerformanceTests/Layout/RegionsAutoMaxHeight.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/RegionsAuto.html
diff --git a/PerformanceTests/Layout/RegionsAuto.html b/PerformanceTests/Layout/RegionsAuto.html
deleted file mode 100644
index 67a41f0dad251f601e8a94f3bdf861a26dfa7222..0000000000000000000000000000000000000000
--- a/PerformanceTests/Layout/RegionsAuto.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <link rel="stylesheet" href="resources/regions.css" TYPE="text/css"></link>
- <script src="../resources/runner.js"></script>
- <script src="resources/regions.js"></script>
- <style type="text/css">
- #log {
- position: fixed;
- }
- </style>
- </head>
- <body>
- <pre id="log"></pre>
- <script>
- PerfTestRunner.measureTime(createRegionsTest("300px", "auto", 400, 400, "auto", 0.8));
- </script>
- </body>
-</html>
« 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