mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-12-25 21:29:53 +00:00
12 lines
265 B
HTML
12 lines
265 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head><title>Test dir=rtl</title></head>
|
||
|
<body style="background: white;">
|
||
|
|
||
|
<div style="position: absolute; top: 5px; left: 5px;">
|
||
|
<div style="width: 30px; height: 500px; background: black;"></div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|