 Chromium Code Reviews
 Chromium Code Reviews Issue 675983004:
  Allow performance tests to test full rendering performance  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk
    
  
    Issue 675983004:
  Allow performance tests to test full rendering performance  (Closed) 
  Base URL: svn://svn.chromium.org/blink/trunk| Index: PerformanceTests/SVG/SvgCubics.html | 
| diff --git a/PerformanceTests/SVG/SvgCubics.html b/PerformanceTests/SVG/SvgCubics.html | 
| index 8bb9453cca30c6772b395b3542c0ba48f1ff6ed7..6934171a8a6473be9436ec89189c5fa542f3c0ce 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.forceLayout(); | 
| t++; | 
| }, done:function() { |