Chromium Code Reviews

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-columns.html

Issue 1710003002: Unprefix multicol properties. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase master Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <p>The word 'PASSED' should be seen below.</p> 2 <p>The word 'PASSED' should be seen below.</p>
3 <div style="width:6em; height:2em; -webkit-columns:3; -webkit-column-gap:0; colu mn-fill:auto; line-height:2em;"> 3 <div style="width:6em; height:2em; columns:3; column-gap:0; column-fill:auto; li ne-height:2em;">
4 <div style="-webkit-column-count:2; -webkit-column-gap:0;"> 4 <div style="column-count:2; column-gap:0;">
5 P<br>A 5 P<br>A
6 </div> 6 </div>
7 <div style="-webkit-column-count:2; -webkit-column-gap:0;"> 7 <div style="column-count:2; column-gap:0;">
8 S<br>S 8 S<br>S
9 </div> 9 </div>
10 <div style="-webkit-column-count:2; -webkit-column-gap:0;"> 10 <div style="column-count:2; column-gap:0;">
11 E<br>D 11 E<br>D
12 </div> 12 </div>
13 </div> 13 </div>
OLDNEW

Powered by Google App Engine