summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/dom/directionality/bdi-element-invalid-dir-ref.html
blob: 88ccd4b9b53ee27a8450bd77ec794861fc01a708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
<meta name="author" title="Ryosuke Niwa" href="mailto:rniwa@webkit.org">
<link rel="help" href="https://html.spec.whatwg.org/multipage/dom.html#the-directionality">
<style>
div { width: 100px; height: 100px; background: green; }
</style>
</head>
<body>
<div></div>
</body>
</html>