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

Unified Diff: PerformanceTests/Layout/flexbox-row-nowrap.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/Layout/flexbox-lots-of-data.html ('k') | PerformanceTests/Layout/flexbox-row-wrap.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PerformanceTests/Layout/flexbox-row-nowrap.html
diff --git a/PerformanceTests/Layout/flexbox-row-nowrap.html b/PerformanceTests/Layout/flexbox-row-nowrap.html
index cadb48ef23b78b4f3f439fdeb5ad80e4f1911c98..032d9b2941e34ed79ff60a7b09e5b2636409aabd 100644
--- a/PerformanceTests/Layout/flexbox-row-nowrap.html
+++ b/PerformanceTests/Layout/flexbox-row-nowrap.html
@@ -23,9 +23,9 @@
function runTest()
{
document.getElementById("flexbox").style.display = 'flex';
- document.body.clientHeight;
+ PerfTestRunner.forceLayoutOrFullFrame();
document.getElementById("flexbox").style.display = '';
- document.body.clientHeight;
+ PerfTestRunner.forceLayoutOrFullFrame();
}
PerfTestRunner.measureRunsPerSecond({
« no previous file with comments | « PerformanceTests/Layout/flexbox-lots-of-data.html ('k') | PerformanceTests/Layout/flexbox-row-wrap.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698