Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / block / float / clamped-right-float.html
blob5c94af995dd5aeecba3888ee4ce0eee7bc3df2ba
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">
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" />
9 <style type="text/css">
11 #container {float:right;width:5000px;height:100px;background:#6ea;text-align:right;}
13 </style>
16 </head>
18 <body>
20 <div id="container">
21 Element floated right with a width of 5000px.
22 </div>
24 </body>
25 </html>