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

Side by Side Diff: third_party/WebKit/LayoutTests/fragmentation/break-before-first-child.html

Issue 1856373002: Only allow forced fragmentainer breaks at class A break points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Woho! LayoutTests/printing/css2.1/page-break-after-003.html now passes. Created 4 years, 8 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 <script src="../resources/check-layout.js"></script>
3 <p>Below, there should be a green square with a border, and no red.</p>
4 <div id="multicol" style="columns:3; column-fill:auto; line-height:50px; height: 200px;">
5 <br>
6 <div style="border:5px solid green; width:100px; background:red;" data-expec ted-width="110" data-expected-height="110">
7 <div style="break-before:column; background:lime;">
8 <br>
9 <br>
10 </div>
11 </div>
12 </div>
13 <script>
14 checkLayout("#multicol");
15 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698