| Index: PerformanceTests/Layout/Shapes/resources/shapes.js
|
| diff --git a/PerformanceTests/Layout/Shapes/resources/shapes.js b/PerformanceTests/Layout/Shapes/resources/shapes.js
|
| index 320f9a66254bcb0af4a2f110e9ace7c76cbe4b20..9f47ddd3b71c438db689809b508cf82b941876c1 100644
|
| --- a/PerformanceTests/Layout/Shapes/resources/shapes.js
|
| +++ b/PerformanceTests/Layout/Shapes/resources/shapes.js
|
| @@ -67,11 +67,11 @@
|
| description: "Testing shapes with " + properties['webkitShapeOutside'] +" using " + shapeObjectCount + " shapes.",
|
| run: function() {
|
| applyFloating();
|
| - document.body.offsetTop;
|
| + PerfTestRunner.layoutOrFullyRender();
|
| },
|
| setup: function() {
|
| PerfTestRunner.resetRandomSeed();
|
| - document.body.offsetTop;
|
| + PerfTestRunner.layoutOrFullyRender();
|
| },
|
| done: function() {
|
| document.body.removeChild(floatingObjects);
|
|
|