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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-data-url-expected.txt

Issue 54173002: Allow accessing data URL resource using CORS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 7 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/xmlhttprequest-data-url-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-data-url-expected.txt b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-data-url-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c0b725ee12a28ea977b9d58a1b9d119c118f8dd7
--- /dev/null
+++ b/LayoutTests/http/tests/xmlhttprequest/xmlhttprequest-data-url-expected.txt
@@ -0,0 +1,7 @@
+
+PASS Test parsing a data URL. US-ASCII into DOMString
+PASS Test parsing a data URL. Binary into ArrayBuffer
+PASS Test parsing a data URL. UTF-8 data into DOMString.
+PASS Test parsing a data URL. UTF-8 data into Blob.
+PASS Test parsing a data URL. Invalid Base64 data.
+

Powered by Google App Engine
This is Rietveld 408576698