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

Unified Diff: PerformanceTests/Layout/RegionsSelection.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/RegionsFixedShort.html ('k') | PerformanceTests/Layout/resources/regions.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/RegionsSelection.html
diff --git a/PerformanceTests/Layout/RegionsSelection.html b/PerformanceTests/Layout/RegionsSelection.html
deleted file mode 100644
index f098fd92fb6fc751d9ef2e47fe4a39b10c5e7202..0000000000000000000000000000000000000000
--- a/PerformanceTests/Layout/RegionsSelection.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(createRegionsSelectionTest(100));
- </script>
- </body>
-</html>
« no previous file with comments | « PerformanceTests/Layout/RegionsFixedShort.html ('k') | PerformanceTests/Layout/resources/regions.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698