mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
11 lines
214 B
HTML
11 lines
214 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test SetDir() for documents</title>
|
|
</head>
|
|
<body>
|
|
<div>getDir on document after setDir returns "rtl"</div>
|
|
</body>
|
|
</html>
|