From 690ec7361ec13659a700055bab76b6202d599446 Mon Sep 17 00:00:00 2001 From: Dominic Farolino Date: Fri, 30 Nov 2018 16:54:06 +0000 Subject: [PATCH] Bug 1509506 [wpt PR 14204] - Expect empty string as default instead of OK, a=testonly Automatic update from web-platform-testsFetch: expect empty string as default instead of OK Follow-up to 99e9e996267ccd5c1344b7d0164c5e5763b3b174. -- wpt-commits: bf2bef64b0056d8641ba1caf65315fa28221add9 wpt-pr: 14204 --- .../web-platform/tests/fetch/api/response/response-clone.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/web-platform/tests/fetch/api/response/response-clone.html b/testing/web-platform/tests/fetch/api/response/response-clone.html index 2eeb78c4c24e..cc35550797e0 100644 --- a/testing/web-platform/tests/fetch/api/response/response-clone.html +++ b/testing/web-platform/tests/fetch/api/response/response-clone.html @@ -15,7 +15,7 @@ "url" : "", "ok" : true, "status" : 200, - "statusText" : "OK" + "statusText" : "" }; var response = new Response();