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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.html
diff --git a/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.html b/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.html
index a44a8936b1e2cc7f3cdafa62feba1ef12992b98d..0126b391dd452fc5df3f3c3b6c57af858227361f 100644
--- a/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.html
+++ b/third_party/WebKit/PerformanceTests/Layout/multicol/lots-of-text-balanced.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;">
+<div id="target" style="display:none; -webkit-columns:3; orphans:1; widows:1;">
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
« 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