blob: 7ddf8ddac78da80e6c2cbed29bdee4f1ad08f241 [file] [log] [blame]
<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