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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html

Issue 2702113003: Move tests for sendBeacon to a separate dedicated directory for clearer ownership (Closed)
Patch Set: a Created 3 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: third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html b/third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
similarity index 88%
rename from third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
rename to third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
index 86bc7bf97d55fbe2db93252e1845a40982a3e887..ed5f717af9a86fc053bf3f2905268408a68502ce 100644
--- a/third_party/WebKit/LayoutTests/http/tests/navigation/beacon-cross-origin.https.html
+++ b/third_party/WebKit/LayoutTests/http/tests/sendbeacon/beacon-cross-origin.https.html
@@ -13,7 +13,7 @@ function test() {
testRunner.waitUntilDone();
}
- shouldBeFalse('navigator.sendBeacon("http://example.test:8000/navigation/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
+ shouldBeFalse('navigator.sendBeacon("http://example.test:8000/sendbeacon/resources/save-beacon.php?name=cross-origin", "CrossOrigin");');
finishJSTest();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698