Chromium Code Reviews| Index: PerformanceTests/SVG/SvgCubics.html |
| diff --git a/PerformanceTests/SVG/SvgCubics.html b/PerformanceTests/SVG/SvgCubics.html |
| index 8bb9453cca30c6772b395b3542c0ba48f1ff6ed7..af3443aadd53d9eb305dad532829fc188b3fff13 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.layoutOrFullyRender(); |
| t++; |
| }, done:function() { |