| 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..c0169638563b6ecd0f4c70a0c88aaa5439073a1c 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.forceLayoutOrFullFrame();
|
| },
|
| setup: function() {
|
| PerfTestRunner.resetRandomSeed();
|
| - document.body.offsetTop;
|
| + PerfTestRunner.forceLayoutOrFullFrame();
|
| },
|
| done: function() {
|
| document.body.removeChild(floatingObjects);
|
|
|