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

Unified Diff: PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: alancutter nits Created 6 years, 2 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
Index: PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
index 5ccbbe16dc1235dc9f183e387c2a9dc20601ab66..795a561b19e01257e45278eb14746b536d33ff69 100644
--- a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
+++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans.html
@@ -9,7 +9,10 @@
<body>
<pre id="log"></pre>
<script>
- PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 50)});
+ PerfTestRunner.measureTime({
+ description: "Table layout performance with collapsed borders and a cell with a colspan that can be accomodated by the width given by other rows in the table.",
+ run: createTableTestFunction(400, 100, 50)
+ });
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698