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

Unified Diff: PerformanceTests/Layout/layers_overlap_3d.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/layers_overlap_3d.html
diff --git a/PerformanceTests/Layout/layers_overlap_3d.html b/PerformanceTests/Layout/layers_overlap_3d.html
index 4acfe98a57e65fbf814998f20c72ab9a3b48bfdf..608a5640dedbef658d9c0a3ba2b82698f7a54aed 100644
--- a/PerformanceTests/Layout/layers_overlap_3d.html
+++ b/PerformanceTests/Layout/layers_overlap_3d.html
@@ -36,8 +36,7 @@
container.appendChild(outer);
}
document.body.appendChild(container);
- // Force a layout update.
- document.body.clientHeight;
+ PerfTestRunner.layoutOrFullyRender();
container.remove();
}
}

Powered by Google App Engine
This is Rietveld 408576698