blob: 03ecf2994427c9e7c5f03ba6a71989081c9de478 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head><title>Test dir=rtl</title></head>
<body style="background: white;">
<div style="position: absolute; top: 0px; left: 0px;">
<div style="width: 40px; height: 3000px; background: black;"></div>
</div>
</body>
</html>
|