| 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");
|
|
|
|
|