| Index: LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
|
| diff --git a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
|
| index 89345541a9f44d23d64dba5188a97b66d2f7c4bb..dbbab57d2aae059f246c92c372ff3ef2ec17aac5 100644
|
| --- a/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
|
| +++ b/LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt
|
| @@ -1,5 +1,5 @@
|
| -CONSOLE WARNING: The provided value 'dkjdfkjdfkj' is not a valid value of type 'XMLHttpRequestResponseType'.
|
| -CONSOLE WARNING: The provided value 'asdfasdfasd' is not a valid value of type 'XMLHttpRequestResponseType'.
|
| +CONSOLE WARNING: The provided value 'dkjdfkjdfkj' is not a valid enum value.
|
| +CONSOLE WARNING: The provided value 'asdfasdfasd' is not a valid enum value.
|
| This test checks if setting non-supported type does not throw an exception
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|