Index: LayoutTests/http/tests/xmlhttprequest/send-object-tostring-check-expected.txt |
diff --git a/LayoutTests/http/tests/websocket/send-object-tostring-check-expected.txt b/LayoutTests/http/tests/xmlhttprequest/send-object-tostring-check-expected.txt |
similarity index 56% |
copy from LayoutTests/http/tests/websocket/send-object-tostring-check-expected.txt |
copy to LayoutTests/http/tests/xmlhttprequest/send-object-tostring-check-expected.txt |
index ec77f58fdf7b546080bd4339d6aa72478f9c04ed..11bd7f25ef7521f40f3863f36a641bfb3c80a445 100644 |
--- a/LayoutTests/http/tests/websocket/send-object-tostring-check-expected.txt |
+++ b/LayoutTests/http/tests/xmlhttprequest/send-object-tostring-check-expected.txt |
@@ -1,11 +1,9 @@ |
-WebSocket: Object's toString method should be called only once. |
+Test to verify XMLHttpRequest.send(...), with an object, calls toString exactly once. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS event.data is "Goodbye" |
PASS testObj.callCounter is 1 |
-PASS closeEvent.wasClean is true |
PASS successfullyParsed is true |
TEST COMPLETE |