haikuwebkit/LayoutTests/fast/dom/title-directionality-remove...

7 lines
322 B
Plaintext

<html><title>foo</title></html> should have title direction "ltr". PASS
<html><title dir=rtl>foo</title></html> should have title direction "rtl". PASS
<html dir=rtl><title>foo</title></html> should have title direction "rtl". PASS
<html dir=rtl><title dir=ltr>foo</title></html> should have title direction "ltr". PASS