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

Unified Diff: PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.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-wider-than-table.html
diff --git a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
index 559624450cf4b335cdb80eda195ac62eec26986b..e0795ac0b8a1d0d2e567b8db5f8b9b12b28bde24 100644
--- a/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
+++ b/PerformanceTests/Layout/large-table-with-collapsed-borders-and-colspans-wider-than-table.html
@@ -9,7 +9,10 @@
<body>
<pre id="log"></pre>
<script>
- PerfTestRunner.measureTime({run: createTableTestFunction(400, 100, 500)});
+ PerfTestRunner.measureTime({
+ description: "Table layout performance with collapsed borders and a cell with a colspan wider than the other rows in the table.",
+ run: createTableTestFunction(400, 100, 500)
+ });
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698