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

Unified Diff: third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced-orphans-widows.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698