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

Unified Diff: PerformanceTests/Layout/chapter-reflow-once-random.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-random.html
diff --git a/PerformanceTests/Layout/chapter-reflow-once-random.html b/PerformanceTests/Layout/chapter-reflow-once-random.html
index 54ca15dda07412c2ac5379caaca1e928748bf37d..f2d0db393e89fe96c5fbf346d7a6627678ad5abc 100644
--- a/PerformanceTests/Layout/chapter-reflow-once-random.html
+++ b/PerformanceTests/Layout/chapter-reflow-once-random.html
@@ -68,7 +68,7 @@
style.display = "block";
style.width = "280px";
- target.offsetLeft;
+ PerfTestRunner.layoutOrFullyRender();
style.display = "none";
}

Powered by Google App Engine
This is Rietveld 408576698