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

Side by Side 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, 9 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <p>Below there should be a yellow rectangle with a horizontal scrollbar, and nothing else.</p> 4 <p>Below there should be a yellow rectangle with a horizontal scrollbar, and nothing else.</p>
5 <div style="overflow:-webkit-paged-x; width:16em; -webkit-column-gap:0; line-height:4em; background:yellow;"> 5 <div style="overflow:-webkit-paged-x; width:16em; -webkit-column-gap:0; line-height:4em; background:yellow;">
6 <br> 6 <br>
7 <br> 7 <br>
8 <br> 8 <br>
9 <br> 9 <br>
10 <div style="break-before:always; -webkit-column-break-before:always; ">FAIL</div> 10 <div style="break-before:page;">FAIL</div>
11 </div> 11 </div>
12 </body> 12 </body>
13 </html> 13 </html>
OLDNEW
« 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