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

Side by Side Diff: LayoutTests/fast/multicol/column-rules-expected.html

Issue 688323002: Convert fast/multicol/column-rules to reftest. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. (TestExpectations conflict). Created 6 years, 1 month 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 <style>
3 .multicol {
4 width: 470px;
5 float: left;
6 padding: 0 10px;
7 border: 5px solid black;
8 line-height: 20px;
9 }
10 .column {
11 float: left;
12 width: 150px;
13 }
14 .rule {
15 float: left;
16 width: 4px;
17 height: 200px;
18 background-color: maroon;
19 margin: 0 3px;
20 }
21 </style>
22 <div class="multicol">
23 <div class="column">
24 Line 1<br>
25 Line 2<br>
26 Line 3<br>
27 Line 4<br>
28 Line 5<br>
29 Line 6<br>
30 Line 7<br>
31 Line 8<br>
32 Line 9<br>
33 Line 10<br>
34 </div>
35 <div class="rule"></div>
36 <div class="column">
37 Line 11<br>
38 Line 12<br>
39 Line 13<br>
40 Line 14<br>
41 Line 15<br>
42 Line 16<br>
43 Line 17<br>
44 Line 18<br>
45 Line 19<br>
46 Line 20<br>
47 </div>
48 <div class="rule"></div>
49 <div class="column">
50 Line 21<br>
51 Line 22<br>
52 Line 23<br>
53 Line 24<br>
54 Line 25<br>
55 Line 26<br>
56 Line 27<br>
57 Line 28<br>
58 Line 29<br>
59 Line 30<br>
60 </div>
61 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/column-rules.html ('k') | LayoutTests/fast/multicol/vertical-lr/column-rules.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698