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

Unified Diff: PerformanceTests/Layout/RegionsSelection.html

Issue 76293002: [CSS Regions] Add performance test for selection (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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
Index: PerformanceTests/Layout/RegionsSelection.html
diff --git a/PerformanceTests/Layout/RegionsFixedShort.html b/PerformanceTests/Layout/RegionsSelection.html
similarity index 81%
copy from PerformanceTests/Layout/RegionsFixedShort.html
copy to PerformanceTests/Layout/RegionsSelection.html
index 209c6a5f97b54fe7a683539c835952f1d870338c..f098fd92fb6fc751d9ef2e47fe4a39b10c5e7202 100644
--- a/PerformanceTests/Layout/RegionsFixedShort.html
+++ b/PerformanceTests/Layout/RegionsSelection.html
@@ -13,7 +13,7 @@
<body>
<pre id="log"></pre>
<script>
- PerfTestRunner.measureTime(createRegionsTest("300px", "100px", 1200, 300, "auto", 0));
+ PerfTestRunner.measureTime(createRegionsSelectionTest(100));
</script>
</body>
</html>
« no previous file with comments | « no previous file | PerformanceTests/Layout/resources/regions.js » ('j') | PerformanceTests/Layout/resources/regions.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698