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

Unified Diff: PerformanceTests/Layout/line-layout-line-height.html

Issue 478003002: Fill in descriptions on relevant blink_perf tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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/line-layout-line-height.html
diff --git a/PerformanceTests/Layout/line-layout-line-height.html b/PerformanceTests/Layout/line-layout-line-height.html
index cd9f9695bdfee55512f6f18ec5354822ea944888..11461cf9a9e787f3cc6b3648b4f19b4302c9694f 100644
--- a/PerformanceTests/Layout/line-layout-line-height.html
+++ b/PerformanceTests/Layout/line-layout-line-height.html
@@ -29,7 +29,10 @@
style.display = "none";
}
- PerfTestRunner.measureTime({ run: test });
+ PerfTestRunner.measureTime({
+ description: "Measures performance of line-height calculation in layout.",
+ run: test
+ });
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698