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

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

Issue 675983004: Allow performance tests to test full rendering performance (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: layoutOrFullyRender -> forceLayoutOrFullFrame 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/line-layout.html
diff --git a/PerformanceTests/Layout/line-layout.html b/PerformanceTests/Layout/line-layout.html
index 88761aeb0e9da2266b0d2aa242068f56b0983547..32b4eeffc28c2b00e903ab74175219295cb7b4ca 100644
--- a/PerformanceTests/Layout/line-layout.html
+++ b/PerformanceTests/Layout/line-layout.html
@@ -78,11 +78,11 @@
function test() {
style.display = "block";
style.width = "280px";
- target.offsetLeft;
+ PerfTestRunner.forceLayoutOrFullFrame();
style.width = "300px";
- target.offsetLeft;
+ PerfTestRunner.forceLayoutOrFullFrame();
style.width = "290px";
- target.offsetLeft;
+ PerfTestRunner.forceLayoutOrFullFrame();
style.display = "none";
}
« no previous file with comments | « PerformanceTests/Layout/layers_overlap_3d.html ('k') | PerformanceTests/Layout/line-layout-line-height.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698