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