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

Side by Side Diff: LayoutTests/fast/multicol/shadow-breaking.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 <html>
3 <head>
4 <style>
5 p {
6 position:absolute;
7 border:2px solid black;
8 max-width:420px;
9 -webkit-column-gap:20px;
10 -webkit-column-width:200px;
11 -webkit-column-rule:1px dotted white;
12 font-size:16px;
13 top:20px;
14 left:20px;
15 text-align:justify;
16 font-weight:bold;
17 text-shadow:1px 1px 10px black;
18 }
19
20 p:first-letter {
21 font-size:36px;
22 margin-right:4px;
23 margin-bottom:-6px;
24 float:left;
25 }
26
27
28
29 </style>
30 </head>
31
32 <body>
33 <div class="mag">
34 <p>Lorem ipsum dolor sit amet, consectetur adipiscing el it. Cras pharetra mollis pharetra. Suspendisse lacinia orci et felis tristique s it amet semper massa tempus. Suspendisse consectetur tempor pulvinar. Proin dui eros, ultricies vel malesuada vel, tempor at ante. Nam eget nisl dui. Donec mole stie lectus a nunc scelerisque blandit. Nam non ligula massa, sed suscipit turpi s. Etiam eget ligula sit amet turpis venenatis dictum in eleifend augue. Duis te llus lectus, volutpat et adipiscing a, pellentesque eu metus. Aenean suscipit co ngue mauris at gravida. Integer lectus ligula, consectetur sit amet venenatis id , scelerisque eget nisl. Nunc dapibus posuere risus, vitae tempor nibh iaculis e t.</p>
35 </div>
36 </body>
37 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/scrolling-overflow.html ('k') | LayoutTests/fast/multicol/shadow-breaking-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698