blob: 88ccd4b9b53ee27a8450bd77ec794861fc01a708 [file] [log] [blame] [edit]
<!DOCTYPE html>
<html>
<head>
<meta name="author" title="Ryosuke Niwa" href="mailto:[email protected]">
<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>