mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|