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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/response-blob-mimetype-expected.txt

Issue 887693002: Lower Received MIME type when creating a response blob. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/response-blob-mimetype-expected.txt
diff --git a/LayoutTests/fast/events/fire-scroll-event-expected.txt b/LayoutTests/http/tests/xmlhttprequest/response-blob-mimetype-expected.txt
similarity index 54%
copy from LayoutTests/fast/events/fire-scroll-event-expected.txt
copy to LayoutTests/http/tests/xmlhttprequest/response-blob-mimetype-expected.txt
index e7666695bc630e2529982a135f12971474069243..b887720f26adfb1b61ed4f2317d648aa74ddda63 100644
--- a/LayoutTests/fast/events/fire-scroll-event-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/response-blob-mimetype-expected.txt
@@ -1,10 +1,10 @@
-Checks that the scroll event fires on the document asychronously and only once.
+This tests that XMLHttpRequest lowers the MIME Type when creates a response blob.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-Scroll event bubbles: true
-PASS Scroll position: (200, 200)
+PASS returnedMimeType is "multipart/mixed"
+PASS returnedMimeType is "text/plain"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/response-blob-mimetype.html ('k') | Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698