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

Side by Side Diff: LayoutTests/fast/multicol/vertical-lr/float-multicol.html

Issue 675433002: Split fast/multicol/float-multicol into smaller tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixup vertical-rl. 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 PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html style="-webkit-writing-mode:vertical-lr">
3 <body style="-moz-column-width:24em; -moz-column-gap:2em; -webkit-column-width :24em; -webkit-column-gap:2em; -webkit-column-width:24em; column-gap:2em; column -fill:auto; height:1500px">
4 <div style="background:cyan;">
5 <div style="float:left; height:50%; background:yellow; margin:0.3em;">
6 <img src="resources/blimp.png" style="float:left;">
7 You've already downloaded a build. All you have to do is use it as your everyday browser and mail/news reader. If you downloaded a build with Talkback, please turn it on when it asks.
8 <div style="float:right; background:red;">
9 <p>Hola hola 1
10 <p>Hola hola 2
11 <p>Hola hola 3
12 <p>Hola hola 4
13 <p>Hola hola 5
14 <p>Hola hola 6
15 <p>Hola hola 7
16 <p>Hola hola 8
17 <p>Hola hola 9
18 <p>Hola hola 10
19 <p>Hola hola 11
20 </div>
21 Talkback reports give us really valuable data on which crashes are the most seri ous, and how often people are encountering them.
22 </div>
23 <div style="float:right; background:magenta;">
24 <p>Hello Kitty 1
25 <p>Hello Kitty 2
26 <p>Hello Kitty 3
27 <p>Hello Kitty 4
28 <p>Hello Kitty 5
29 <p>Hello Kitty 6
30 <p>Hello Kitty 7
31 <p>Hello Kitty 8
32 <p>Hello Kitty 9
33 </div>
34 <h2>What Needs To Be Done?</h2>
35 </div>
36 <div style="float:left; background:gray;">
37 <p>Hola hola 1
38 <p>Hola hola 2
39 <p>Hola hola 3
40 <p>Hola hola 4
41 <p>Hola hola 5
42 <p>Hola hola 6
43 <p>Hola hola 7
44 <p>Hola hola 8
45 <p>Hola hola 9
46 <p>Hola hola 10
47 <p>Hola hola 11
48 </div>
49
50 <dl class="tasklist">
51 <dt>Report Bugs</dt>
52 <dd>
53 <p>You've already downloaded a build. All you have to do is use it as
54 your everyday browser and mail/news reader. If you downloaded a build with
55 Talkback, <em>please turn it on</em> when it asks. Talkback reports give
56 us really valuable data on which crashes are the most serious, and h ow
57 often people are encountering them. And all you have to do is click "OK".
58 If you find something you think is a bug, check to see if it's not alr eady
59 <a href="http://bugzilla.mozilla.org/duplicates.cgi">known about</a>, and then p lease
60 follow the <a href="http://bugzilla.mozilla.org/enter_bug.cgi?format=g uided">bug submission procedure</a>.
61
62 </p>
63 </dd>
64 <div style="float:left; background:green;">
65 <p>Hola hola 1
66 <p>Hola hola 2
67 <p>Hola hola 3
68 <p>Hola hola 4
69 <p>Hola hola 5
70 <p>Hola hola 6
71 <p>Hola hola 7
72 <p>Hola hola 8
73 <p>Hola hola 9
74 <p>Hola hola 10
75 <p>Hola hola 11
76 </div>
77 <dt>Quality Assurance</dt>
78 <dd>
79 <p><a href="../quality/">Mozilla QA</a>
80 has a <a href="../quality/help/">page</a>
81 dedicated to ways to get involved with helping. This doesn't involve
82 knowing how to code, although a little knowledge of HTML is helpful. B eing
83 involved with QA is good for people wanting to get more familiar wit h
84 Mozilla, and there's a strong community. A particularly good way to ge t involved
85 is to join the <a href="../newlayout/bugathon.html">BugAThon</a>.</p>
86 </dd>
87 </dl>
88 </body>
89 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/vertical-lr/float-edge-expected.html ('k') | LayoutTests/fast/multicol/vertical-rl/float-break.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698