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

Unified Diff: LayoutTests/http/tests/navigation/beacon-same-origin.html

Issue 996143002: Do really include the beacon Blob content type if valid. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigation/beacon-same-origin-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/navigation/beacon-same-origin.html
diff --git a/LayoutTests/http/tests/navigation/beacon-same-origin.html b/LayoutTests/http/tests/navigation/beacon-same-origin.html
index 9f3e1d8bc15ff3563867352e8692623a1a780a17..e9608e4164140d762fbe8551057fd92ed6b30279 100644
--- a/LayoutTests/http/tests/navigation/beacon-same-origin.html
+++ b/LayoutTests/http/tests/navigation/beacon-same-origin.html
@@ -12,7 +12,7 @@ for (var i = 0; i < binary_array.length; i++) {
binary_array[i] = 64 + i;
}
-var blob = new Blob(["hello", " ", "world"]);
+var blob = new Blob(["hello", " ", "world"], {type: "text/plain;from-beacon=true"});
var form = new FormData();
form.append("key", "value");
« no previous file with comments | « no previous file | LayoutTests/http/tests/navigation/beacon-same-origin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698