Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: LayoutTests/http/tests/xmlhttprequest/send-object-tostring-check-expected.txt

Issue 1030613002: [bindings] Make XMLHttpRequest.send() use the generated binding code over the custom one. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698