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

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

Issue 1009313002: Rewrite fast/multicol/*nested-columns.html as reftests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 #fakeMulticol {
4 line-height: 2em;
5 }
6 #fakeMulticol > span {
7 display: inline-block;
8 width: 1em;
9 }
10 </style>
11 <p>The word 'PASSED' should be seen below.</p>
12 <div id="fakeMulticol">
13 <span>P</span><span>A</span><span>S</span><span>S</span><span>E</span><span> D</span>
14 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/nested-columns.html ('k') | LayoutTests/fast/multicol/vertical-lr/nested-columns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698