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

6 lines
321 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