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

Unified Diff: third_party/WebKit/LayoutTests/fast/pagination/auto-height-with-break.html

Issue 1762983002: Only honor break-* values when appropriate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update some unit tests too Created 4 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 | « no previous file | third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/pagination/auto-height-with-break.html
diff --git a/third_party/WebKit/LayoutTests/fast/pagination/auto-height-with-break.html b/third_party/WebKit/LayoutTests/fast/pagination/auto-height-with-break.html
index be1da94b0bd46d85b56f046afa67f1aeb200dfbf..12b5cc91cc320fac4ebf45ac033e8a279d973652 100644
--- a/third_party/WebKit/LayoutTests/fast/pagination/auto-height-with-break.html
+++ b/third_party/WebKit/LayoutTests/fast/pagination/auto-height-with-break.html
@@ -7,7 +7,7 @@
<br>
<br>
<br>
- <div style="break-before:always; -webkit-column-break-before:always;">FAIL</div>
+ <div style="break-before:page;">FAIL</div>
</div>
</body>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/pagination/break-in-paged-overflow.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698