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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PerformanceTests/Layout/RegionsFixed.html ('k') | PerformanceTests/Layout/RegionsSelection.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/RegionsFixedShort.html
diff --git a/PerformanceTests/Layout/RegionsFixedShort.html b/PerformanceTests/Layout/RegionsFixedShort.html
deleted file mode 100644
index 209c6a5f97b54fe7a683539c835952f1d870338c..0000000000000000000000000000000000000000
--- a/PerformanceTests/Layout/RegionsFixedShort.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", "100px", 1200, 300, "auto", 0));
- </script>
- </body>
-</html>
« 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