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

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

Issue 1557953002: Revert unfinished work of "full-frame-measurement" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@PerfPaint
Patch Set: Created 4 years, 11 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
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; column-fill:auto; heigh t:300em;"> 4 <div id="target" style="display:none; -webkit-columns:3; column-fill:auto; heigh t:300em;">
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.
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 tip tri-tip beef ribs prosciutto. Fatback shankle pork loin, sirloin bresaol a corned beef pork 649 tip tri-tip beef ribs prosciutto. Fatback shankle pork loin, sirloin bresaol a corned beef pork
650 tenderloin prosciutto beef. Ground round cow boudin flank rump ham hock veni son pig pork 650 tenderloin prosciutto beef. Ground round cow boudin flank rump ham hock veni son pig pork
651 capicola beef speck, bacon andouille. Beef sirloin ribeye sausage drumstick. 651 capicola beef speck, bacon andouille. Beef sirloin ribeye sausage drumstick.
652 </div> 652 </div>
653 <script> 653 <script>
654 var target = document.getElementById("target"); 654 var target = document.getElementById("target");
655 var style = target.style; 655 var style = target.style;
656 656
657 function test() { 657 function test() {
658 style.display = "block"; 658 style.display = "block";
659 PerfTestRunner.forceLayoutOrFullFrame(); 659 PerfTestRunner.forceLayout();
660 style.display = "none"; 660 style.display = "none";
661 PerfTestRunner.forceLayoutOrFullFrame(); 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, no column balancing.", 665 description: "Measures performance of multicol layout with lots of lines of text, no column balancing.",
666 run: test 666 run: test
667 }); 667 });
668 </script> 668 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698