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

Unified Diff: PerformanceTests/ShadowDOM/ChangingSelectWithoutShadow.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
« no previous file with comments | « PerformanceTests/ShadowDOM/ChangingSelect.html ('k') | PerformanceTests/ShadowDOM/ContentReprojection.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/ShadowDOM/ChangingSelectWithoutShadow.html
diff --git a/PerformanceTests/ShadowDOM/ChangingSelectWithoutShadow.html b/PerformanceTests/ShadowDOM/ChangingSelectWithoutShadow.html
index 3afc3256fe80c3b660dd81039c48498c1f09f00b..01ffa60742aabf50676ff192aa36c76910454c31 100644
--- a/PerformanceTests/ShadowDOM/ChangingSelectWithoutShadow.html
+++ b/PerformanceTests/ShadowDOM/ChangingSelectWithoutShadow.html
@@ -47,8 +47,7 @@ function run()
else
nonSelected.appendChild(array[k]);
}
- selected.offsetLeft;
- nonSelected.offsetLeft;
+ PerfTestRunner.forceLayoutOrFullFrame();
}
}
}
« no previous file with comments | « PerformanceTests/ShadowDOM/ChangingSelect.html ('k') | PerformanceTests/ShadowDOM/ContentReprojection.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698