| Index: LayoutTests/fast/dom/document-dir-property-expected.txt
|
| diff --git a/LayoutTests/fast/dom/document-dir-property-expected.txt b/LayoutTests/fast/dom/document-dir-property-expected.txt
|
| index 7fef7347b47c5cfef33d8f8586e678069db0e9f3..7ca479c7e5e4c04edbf1053b3976590fd6289ad2 100644
|
| --- a/LayoutTests/fast/dom/document-dir-property-expected.txt
|
| +++ b/LayoutTests/fast/dom/document-dir-property-expected.txt
|
| @@ -27,6 +27,22 @@ PASS document.documentElement.dir is "ltr"
|
| Read document.body.dir in body
|
| PASS document.body.dir is ""
|
|
|
| +Write non-canonical case document.dir in body
|
| +PASS document.dir = 'RTL' did not throw exception.
|
| +PASS document.dir is "rtl"
|
| +
|
| +Write invalid document.dir in body
|
| +PASS document.dir = 'WRONG' did not throw exception.
|
| +PASS document.dir is ""
|
| +
|
| +Write non-canonical case document.body.dir in body
|
| +PASS document.body.dir = 'RTL' did not throw exception.
|
| +PASS document.body.dir is "rtl"
|
| +
|
| +Write invalid document.body.dir in body
|
| +PASS document.body.dir = 'WRONG' did not throw exception.
|
| +PASS document.body.dir is ""
|
| +
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|