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

Unified Diff: PerformanceTests/Layout/chapter-reflow-once.html

Issue 675983004: Allow performance tests to test full rendering performance (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: PerfTestRunner.layoutOrFullyRender() Created 6 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/chapter-reflow-once.html
diff --git a/PerformanceTests/Layout/chapter-reflow-once.html b/PerformanceTests/Layout/chapter-reflow-once.html
index cb1104b805c9a2c671ef7394e3bbff7a53694573..f649e7f42ada9d382b8e9c1ce3d65cc8c15aa95f 100644
--- a/PerformanceTests/Layout/chapter-reflow-once.html
+++ b/PerformanceTests/Layout/chapter-reflow-once.html
@@ -73,11 +73,11 @@
style.fontSize = "10px";
style.width = "280px";
- target.offsetLeft;
+ PerfTestRunner.layoutOrFullyRender();
style.fontSize = "12px";
style.width = "300px";
- target.offsetLeft;
+ PerfTestRunner.layoutOrFullyRender();
style.display = "none";
}

Powered by Google App Engine
This is Rietveld 408576698