Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.html

Issue 1964473003: Set orphans and widows to 1 in lots-of-text-balanced multicol performance test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced-orphans-widows.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../../resources/runner.js"></script> 2 <script src="../../resources/runner.js"></script>
3 <pre id="log"></pre> 3 <pre id="log"></pre>
4 <div id="target" style="display:none; -webkit-columns:3;"> 4 <div id="target" style="display:none; -webkit-columns:3; orphans:1; widows:1;">
5 Tenderloin ham boudin tongue sausage venison short ribs sirloin, kielbasa be ef ribs. Strip steak 5 Tenderloin ham boudin tongue sausage venison short ribs sirloin, kielbasa be ef ribs. Strip steak
6 shank bresaola salami spare ribs kielbasa fatback, cow t-bone flank leberkas sirloin. Jowl pork 6 shank bresaola salami spare ribs kielbasa fatback, cow t-bone flank leberkas sirloin. Jowl pork
7 belly ribeye, corned beef sirloin chicken salami tail. Rump swine ham shank corned beef short 7 belly ribeye, corned beef sirloin chicken salami tail. Rump swine ham shank corned beef short
8 loin, speck turkey pancetta shankle frankfurter. Pancetta tail fatback, grou nd round brisket 8 loin, speck turkey pancetta shankle frankfurter. Pancetta tail fatback, grou nd round brisket
9 biltong frankfurter turkey. Ham hock chicken strip steak, salami short ribs beef ribs pork 9 biltong frankfurter turkey. Ham hock chicken strip steak, salami short ribs beef ribs pork
10 sirloin pastrami pork loin turducken rump brisket andouille. 10 sirloin pastrami pork loin turducken rump brisket andouille.
11 11
12 Spare ribs tongue bresaola, shoulder chicken turducken pancetta short ribs b iltong 12 Spare ribs tongue bresaola, shoulder chicken turducken pancetta short ribs b iltong
13 frankfurter. Tenderloin strip steak tongue biltong sausage ham hock. Rump pa strami short ribs 13 frankfurter. Tenderloin strip steak tongue biltong sausage ham hock. Rump pa strami short ribs
14 pork pig. Rump jowl pancetta, chuck filet mignon tenderloin pork loin hambur ger kielbasa t-bone 14 pork pig. Rump jowl pancetta, chuck filet mignon tenderloin pork loin hambur ger kielbasa t-bone
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 PerfTestRunner.forceLayout(); 659 PerfTestRunner.forceLayout();
660 style.display = "none"; 660 style.display = "none";
661 PerfTestRunner.forceLayout(); 661 PerfTestRunner.forceLayout();
662 } 662 }
663 663
664 PerfTestRunner.measureRunsPerSecond({ 664 PerfTestRunner.measureRunsPerSecond({
665 description: "Measures performance of multicol layout with lots of lines of text, with column balancing.", 665 description: "Measures performance of multicol layout with lots of lines of text, with column balancing.",
666 run: test 666 run: test
667 }); 667 });
668 </script> 668 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced-orphans-widows.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698