mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
12 lines
190 B
HTML
12 lines
190 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>directional type reference</title>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if there is text 'WERBEH'.</p>
|
|
<div>WERBEH</div>
|
|
</body>
|
|
</html>
|