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

Unified Diff: PerformanceTests/ShadowDOM/ChangingSelect.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/ShadowDOM/ChangingSelect.html
diff --git a/PerformanceTests/ShadowDOM/ChangingSelect.html b/PerformanceTests/ShadowDOM/ChangingSelect.html
index a7633ad4024c811e18553fbccb050ed20d16ad7e..19a1ccea281d4533f8175fae3a232ad0f8870f37 100644
--- a/PerformanceTests/ShadowDOM/ChangingSelect.html
+++ b/PerformanceTests/ShadowDOM/ChangingSelect.html
@@ -42,9 +42,7 @@ function run()
for (var i = 0; i < 100; ++i) {
for (var j = 0; j < typeNames.length; ++j) {
contentSelected.select = '.' + typeNames[j];
-
- selected.offsetLeft;
- nonSelected.offsetLeft;
Julien - ping for review 2014/11/17 19:05:46 It's bit concerning that if people are not careful
+ PerfTestRunner.layoutOrFullyRender();
}
}
}

Powered by Google App Engine
This is Rietveld 408576698