 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/Layout/hindi-line-layout.html | 
| diff --git a/PerformanceTests/Layout/hindi-line-layout.html b/PerformanceTests/Layout/hindi-line-layout.html | 
| index e7a40c24185562608fc1c1f9f9c6b2051cca21f7..2d6faa96b3fd7825ccadb3daa07b477d4e3ecb40 100644 | 
| --- a/PerformanceTests/Layout/hindi-line-layout.html | 
| +++ b/PerformanceTests/Layout/hindi-line-layout.html | 
| @@ -27,11 +27,11 @@ | 
| function test() { | 
| style.display = "block"; | 
| style.width = "280px"; | 
| - target.offsetLeft; | 
| + PerfTestRunner.layoutOrFullyRender(); | 
| style.width = "300px"; | 
| - target.offsetLeft; | 
| + PerfTestRunner.layoutOrFullyRender(); | 
| style.width = "290px"; | 
| - target.offsetLeft; | 
| + PerfTestRunner.layoutOrFullyRender(); | 
| style.display = "none"; | 
| } |