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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img-expected.html

Issue 2692453002: Specify orphans:1 and widows:1 in old multicol test. (Closed)
Patch Set: Created 3 years, 10 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/LayoutTests/fast/multicol/span/spanner-img.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/LayoutTests/fast/multicol/span/spanner-img-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img-expected.html b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img-expected.html
index 82f1a9ff4f2fdcc0ea77e7c368a0ddcdabdb5245..d1bffb43f131a95fd1496b3a1a79d6e115d51a6c 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img-expected.html
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<p>Below you should see the word 'PASS', then an image of a blimp, then the word 'PASS' again:</p>
-<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em;">
+<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em; orphans:1; widows:1;">
P<br>A<br>S<br>S
</div>
<div style="width:10em;">
<img src="../resources/blimp.png" style="display:block; width:70%; margin:auto;" alt="ref-error">
</div>
-<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em;">
+<div style="-webkit-columns:9; -webkit-column-gap:0; width:10em; orphans:1; widows:1;">
P<br>A<br>S<br>S
</div>
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/multicol/span/spanner-img.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698