Chromium Code Reviews

Side by Side Diff: LayoutTests/fast/multicol/empty-list-item.html

Issue 568443002: [New Multicolumn] A renderer can't be both a parent and a sibling of another renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/empty-list-item-expected.txt » ('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 <script> 2 <script>
3 if (window.testRunner) 3 if (window.testRunner)
4 testRunner.dumpAsText(); 4 testRunner.dumpAsText();
5 </script> 5 </script>
6 <picture> 6 <p>PASS if no crash.</p>
7 <source src> 7 <li style="-webkit-columns:3;"></li>
8 <img>
9 </picture>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/empty-list-item-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine