Fri, 16 Jan 2015 18:13:44 +0100
Integrate suggestion from review to improve consistency with existing code.
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head><title>Test dir=rtl</title></head> |
michael@0 | 4 | <body> |
michael@0 | 5 | |
michael@0 | 6 | <div style="position: absolute; |
michael@0 | 7 | top: 5px; left: 5px; width: 200px; height: 200px;"> |
michael@0 | 8 | <div style="position: absolute; width: 40px; height: 200px; |
michael@0 | 9 | left: 0px; background: red;"></div> |
michael@0 | 10 | <div style="position: absolute; width: 40px; height: 200px; |
michael@0 | 11 | left: 40px; background: green;"></div> |
michael@0 | 12 | <div style="position: absolute; width: 40px; height: 200px; |
michael@0 | 13 | left: 80px; background: magenta;"></div> |
michael@0 | 14 | <div style="position: absolute; width: 40px; height: 200px; |
michael@0 | 15 | left: 120px; background: blue;"></div> |
michael@0 | 16 | <div style="position: absolute; width: 40px; height: 200px; |
michael@0 | 17 | left: 160px; background: yellow;"></div> |
michael@0 | 18 | </div> |
michael@0 | 19 | |
michael@0 | 20 | <div style="position: absolute; |
michael@0 | 21 | top: 5px; left: 5px; width: 200px; height: 200px;"> |
michael@0 | 22 | <div style="position: absolute; width: 10px; height: 200px; |
michael@0 | 23 | left: -5px; background: black;"></div> |
michael@0 | 24 | <div style="position: absolute; width: 10px; height: 200px; |
michael@0 | 25 | left: 35px; background: black;"></div> |
michael@0 | 26 | <div style="position: absolute; width: 10px; height: 200px; |
michael@0 | 27 | left: 75px; background: black;"></div> |
michael@0 | 28 | <div style="position: absolute; width: 10px; height: 200px; |
michael@0 | 29 | left: 115px; background: black;"></div> |
michael@0 | 30 | <div style="position: absolute; width: 10px; height: 200px; |
michael@0 | 31 | left: 155px; background: black;"></div> |
michael@0 | 32 | <div style="position: absolute; width: 10px; height: 200px; |
michael@0 | 33 | left: 195px; background: black;"></div> |
michael@0 | 34 | </div> |
michael@0 | 35 | |
michael@0 | 36 | </body> |
michael@0 | 37 | </html> |