blob: b23276840adcb7ece85c392534c7c8adf96aad28 [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