123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Testcase for bug 770629</title>
- <style>
- div {
- position: absolute;
- left: 125px;
- width: 50px;
- height: 100px;
- background: blue;
- }
- </style>
- </head>
- <body>
- <div></div>
- </body>
- </html>
|