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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/cell-taller-than-col-straddles-columns.html

Issue 1602773005: Respect break-inside:avoid on table rows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated 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 <p>crbug.com/99124 - If a cell is taller than the page then don't attempt to pre vent it straddling pages.</p>
3 <div style="-webkit-columns:3; column-fill:auto; line-height:20px; height:90px; background:yellow;">
4 <br>
5 <table>
6 <tr style="break-inside: avoid;">
7 <td>
mstensho (USE GERRIT) 2016/04/04 21:05:38 Double indentation.
8 <div id="container" data-total-y=1>
9 First column<br>
10 First column<br>
11 First column<br>
12 Second column<br>
13 Second column<br>
14 Second column<br>
15 Second column<br>
16 Third column<br>
17 </div>
18 </td>
19 </tr>
20 </table>
21 </div>
22 <div id="console"></div>
23 <script src="../../resources/check-layout.js"></script>
24 <script>
25 checkLayout("#container", document.getElementById("console"));
26 </script>
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698