Index: third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html |
diff --git a/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html b/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html |
index a7cbe696559ee82cb0b15b5a569a628276f3c385..6178ab2bb546457e2400bf6c0801ae0fe382129f 100644 |
--- a/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html |
+++ b/third_party/WebKit/PerformanceTests/Layout/long-line-nowrap-spans-collapse.html |
@@ -15,7 +15,7 @@ |
function run() { |
var test = new LineLayoutPerfTest(container); |
test.spanCount = 10; |
- test.lineCount = 80; |
+ test.lineCount = 1000; |
test.wordSeparator = ' '; // Make all word separators collapsible. |
test.run('Measures performance of "white-space: nowrap" with multiple spans and collapsible spaces.'); |
} |