Chromium Code Reviews| Index: PerformanceTests/SVG/SvgCubics.html |
| diff --git a/PerformanceTests/SVG/SvgCubics.html b/PerformanceTests/SVG/SvgCubics.html |
| index 8bb9453cca30c6772b395b3542c0ba48f1ff6ed7..bc3615ff1dc4fd4c67e71934035cf59e6aa2b504 100644 |
| --- a/PerformanceTests/SVG/SvgCubics.html |
| +++ b/PerformanceTests/SVG/SvgCubics.html |
| @@ -907,8 +907,7 @@ |
| text += ('text on a path! ' + t + ' '); |
| textPath.textContent = text; |
| - // force layout |
| - document.getElementById('svg').offsetTop; |
| + PerfTestRunner.forceLayoutOrFullFrame(); |
| t++; |
| }, done:function() { |