OLD | NEW |
1 | 1 |
2 <html><title>foo</title></html> should have title direction "ltr". PASS | 2 <html><title>foo</title></html> should have title direction "ltr". PASS |
3 <html><title dir=rtl>foo</title></html> should have title direction "rtl". PASS | 3 <html><title dir=rtl>foo</title></html> should have title direction "rtl". PASS |
4 <html dir=rtl><title>foo</title></html> should have title direction "rtl". PASS | 4 <html dir=rtl><title>foo</title></html> should have title direction "rtl". PASS |
5 <html dir=rtl><title dir=ltr>foo</title></html> should have title direction "ltr
". PASS | 5 <html dir=rtl><title dir=ltr>foo</title></html> should have title direction "ltr
". PASS |
6 | 6 |
OLD | NEW |