| Index: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
|
| diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
|
| index 044873468a4b45bd5a750b3a4e15ee9e741f5ed5..022f000741a9698aa8b3c503dc8887ffa022e52d 100644
|
| --- a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
|
| +++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-responseText-exception-expected.txt
|
| @@ -1,9 +1,13 @@
|
| -Test bug 12914 : Trying to access XMLHttpRequest.responseText or responseXML when they are not available should raise an exception
|
| +XMLHttpRequest.responseText should not throw even when not (loading or done).
|
|
|
| -Should see "PASS" four times:
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
| -PASS
|
| -PASS
|
| -PASS
|
| -PASS
|
| +
|
| +PASS readyState = 1
|
| +PASS readyState = 2
|
| +PASS readyState = 3
|
| +PASS readyState = 4
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
|
|
|
|