Chromium Code Reviews| Index: PerformanceTests/Layout/ArabicLineLayout.html |
| diff --git a/PerformanceTests/Layout/ArabicLineLayout.html b/PerformanceTests/Layout/ArabicLineLayout.html |
| index b512379c3b691a1fa5641d87b804d42b707e8f00..d184befe4fb5dd1f8792a07333a1fffc96e370ab 100644 |
| --- a/PerformanceTests/Layout/ArabicLineLayout.html |
| +++ b/PerformanceTests/Layout/ArabicLineLayout.html |
| @@ -36,11 +36,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"; |
| } |