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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-with-block.html

Issue 1387553002: Consistently check if a block can handle pagination strut propagation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: code review Created 5 years, 2 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/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-with-block-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-with-block.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary.html b/third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-with-block.html
similarity index 90%
copy from third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary.html
copy to third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-with-block.html
index 0cfa42b7d3308acbf1d451ed17970d1c1132769e..dd053512ba5c28f122c593329177488ea5f9cc54 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-with-block.html
@@ -4,6 +4,6 @@
<div style="-webkit-columns:2; -webkit-column-gap:0; column-fill:auto; height:90px;">
<div style="height:80px;"></div>
<div style="display:flex;">
- <div>PA</div><div>SS</div>
+ <div><div>PASS</div></div>
</div>
</div>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/flexbox-starts-at-column-boundary-with-block-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698