2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / document-dir-property-expected.txt
blob1dfd6f1cf4ccd801253c765c7235ab0ae52998e4
1 This tests:
2 Bug 9954 REGRESSION: document.dir should return empty string in <head>
3 http://bugzilla.opendarwin.org/show_bug.cgi?id=9954
5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
7 Read document.dir in head
8 PASS headReadDocumentDir is ''
10 Write document.dir in head
11 PASS headWriteDocumentDir is ''
13 Read document.dir in body
14 PASS document.dir is ''
16 Read document.body.dir in body
17 PASS document.body.dir is ''
19 Write document.dir in body
20 PASS document.dir is 'ltr'
22 Read document.body.dir in body
23 PASS document.body.dir is 'ltr'
25 PASS successfullyParsed is true
27 TEST COMPLETE