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

Side by Side Diff: LayoutTests/fast/multicol/regular-block-becomes-multicol-expected.html

Issue 299373006: Move old multicol tests to a separate directory. (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 <p>You should see the word 'PASS' below.</p>
3 <div style="font-family:monospace; float:left;">
4 <div id="elm" style="-webkit-columns:4; columns:4; -webkit-column-gap:0; col umn-gap:0; orphans:1; widows:1;">
5 P<br>
6 A<br>
7 S<br>
8 S<br>
9 </div>
10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698