https://github.com/web-platform-tests/wpt
Raw File
Tip revision: a6f2e0eb6bd0e77cfb869779b1ab49130b177244 authored by Jim Evans on 10 April 2018, 17:15:43 UTC
Fixing up WebDriver async script tests
Tip revision: a6f2e0e
bidi-001-ref.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>
back to top