Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / block / float / clamped-right-float.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
5 <head>
6 <title>Element floated right should have it left edge hidden outside the viewpoint</title>
7 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
8
9 <style type="text/css">
10
11 #container {float:right;width:5000px;height:100px;background:#6ea;text-align:right;}
12
13 </style>
14
15
16 </head>
17
18 <body>
19
20 <div id="container">
21 Element floated right with a width of 5000px.
22 </div>
23
24 </body>
25 </html>