Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / 014.html
blobde1775f3f87eaaa4cd6b76a6a7540c946137e72e
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2000/REC-xhtml1-20000126/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/master.dwt" codeOutsideHTMLIsLocked="false" -->
3 <head>
5 <style type="text/css">
6 ul {
7 background-color: red;
8 clear: both;
9 padding: 0px 0px 1px 0px;
10 margin: 0em 0em 1em 15px;
13 /* List Element Definitions */
14 li {
15 margin: 0em 0em 1em 0em;
17 </style>
19 </head>
20 <body>
22 <div><div style="height:2px"></div>
23 <div style="float: left;"><img src="resources/training_thumb.jpg" /></div>
25 <ul style="padding-top: 8px;">
26 <li>Classroom Training</li>
27 <li>Find a Class</li>
28 </ul>
29 </div>
32 </body>
33 </html>