mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
15 lines
359 B
HTML
15 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>directional type</title>
|
|
<meta content="W3C" name="author">
|
|
<link rel="match" href="bidi-001-ref.html">
|
|
<meta name="assert" content="Test text bidirectionality using the bdo element">
|
|
</head>
|
|
<body dir='ltr'>
|
|
<p>Test passes if there is text 'WERBEH'.</p>
|
|
<bdo dir="rtl">HEBREW</bdo>
|
|
</body>
|
|
</html>
|