Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
1 <!DOCTYPE html>
2 <html>
3 <head><title>Test dir=rtl</title></head>
4 <body style="background: white;">
6 <div style="position: absolute;
7 top: 5px; left: 5px; width: 100px; height: 100px;
8 text-align: center; background: black;">
9 <div style="position: absolute;
10 width: 35px; height: 100px; background: red;"></div>
11 <div style="position: absolute; left: 40px;
12 width: 20px; height: 100px; background: blue;"></div>
13 <div style="position: absolute; left: 60px; width: 40px; height: 100px;
14 background: green;"></div>
15 </div>
17 </body>
18 </html>