| Index: PerformanceTests/Interactive/resources/window-resize.js
|
| diff --git a/PerformanceTests/Interactive/resources/window-resize.js b/PerformanceTests/Interactive/resources/window-resize.js
|
| index a984b1337db89bc74ab4946c21b695feef593064..d0ff3f8996e4d776ce2f4ca93bd4c91e1fecd2db 100644
|
| --- a/PerformanceTests/Interactive/resources/window-resize.js
|
| +++ b/PerformanceTests/Interactive/resources/window-resize.js
|
| @@ -7,9 +7,9 @@ if (window.testRunner)
|
|
|
| var run = function() {
|
| window.resizeTo(portrait.width, portrait.height);
|
| - document.body.offsetTop;
|
| + PerfTestRunner.layoutOrFullyRender();
|
| window.resizeTo(landscape.width, landscape.height);
|
| - document.body.offsetTop;
|
| + PerfTestRunner.layoutOrFullyRender();
|
| };
|
|
|
| function onTestDone() {
|
|
|