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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/post-arraybuffer-data-view-expected.txt

Issue 684653003: Adding layout test for ArrayBufferView Posting (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: After changing from sync to async. Created 6 years, 2 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
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/post-arraybuffer-data-view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/xmlhttprequest/post-arraybuffer-data-view-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/post-arraybuffer-data-view-expected.txt b/LayoutTests/http/tests/xmlhttprequest/post-arraybuffer-data-view-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..96b0412bc482588c06ff51838d73011e2b9ecac4
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/post-arraybuffer-data-view-expected.txt
@@ -0,0 +1,12 @@
+Test for ArrayBuffer POST in XMLHttpRequest send
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+xhr.readyState = 4: responseURL = http://127.0.0.1:8000/xmlhttprequest/resources/post-echo-as-ascii.cgi
+PASS status is "200"
+PASS responseText is "0 1 2 25 45 58 255"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/post-arraybuffer-data-view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698