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

Side by Side Diff: LayoutTests/fast/pagination/auto-height-with-break.html

Issue 295373006: [New Multicolumn] Support for paged overflow. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.internals)
6 internals.settings.setRegionBasedColumnsEnabled(true);
7 </script>
8 </head>
9 <body>
10 <p>Below there should be a yellow rectangle with a horizontal scrollbar, and nothing else.</p>
11 <div style="overflow:-webkit-paged-x; width:16em; -webkit-column-gap:0; line-height:4em; background:yellow;">
12 <br>
13 <br>
14 <br>
15 <br>
16 <div style="break-before:always; -webkit-column-break-before:always; ">FAIL</div>
17 </div>
18 </body>
19 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698