| Index: third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced-orphans-widows.html
|
| diff --git a/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-autofill.html b/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced-orphans-widows.html
|
| similarity index 99%
|
| copy from third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-autofill.html
|
| copy to third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced-orphans-widows.html
|
| index 7a17dcace53188d43ba34543a1913111397599f4..91aeb4f4dff56f394e37e9490bf396bb6d7c1eda 100644
|
| --- a/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-autofill.html
|
| +++ b/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced-orphans-widows.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script src="../../resources/runner.js"></script>
|
| <pre id="log"></pre>
|
| -<div id="target" style="display:none; -webkit-columns:3; column-fill:auto; height:300em;">
|
| +<div id="target" style="display:none; -webkit-columns:3; orphans:2; widows:2;">
|
| Tenderloin ham boudin tongue sausage venison short ribs sirloin, kielbasa beef ribs. Strip steak
|
| shank bresaola salami spare ribs kielbasa fatback, cow t-bone flank leberkas sirloin. Jowl pork
|
| belly ribeye, corned beef sirloin chicken salami tail. Rump swine ham shank corned beef short
|
| @@ -662,7 +662,7 @@
|
| }
|
|
|
| PerfTestRunner.measureRunsPerSecond({
|
| - description: "Measures performance of multicol layout with lots of lines of text, no column balancing.",
|
| + description: "Measures performance of multicol layout with lots of lines of text, with column balancing, and orphans and widows values larger than 1.",
|
| run: test
|
| });
|
| </script>
|
|
|