blob: 167df3a39ccbe2241f8122c2d6b336b88452f357 [file] [log] [blame]
jhoneycutt@apple.com58632eb2015-10-06 18:39:21 +00001<!DOCTYPE html>
2<html style="direction: rtl;">
3 <head>
4 <style>
5 div {
6 position: absolute;
7 width: 100px;
8 height: 100px;
9 border: 3px solid black;
10 left: 0;
11 right: 0;
12 }
13 </style>
14 </head>
15 <body>
16 <div></div>
17 </body>
18</html>