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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/plain-text-worker.php

Issue 448063002: ServiceWorker: Add layout test for worker script MIME type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: simple rebase Created 6 years, 4 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 | « LayoutTests/http/tests/serviceworker/registration.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/serviceworker/resources/plain-text-worker.php
diff --git a/LayoutTests/http/tests/inspector/network/resources/script-as-text.php b/LayoutTests/http/tests/serviceworker/resources/plain-text-worker.php
similarity index 56%
copy from LayoutTests/http/tests/inspector/network/resources/script-as-text.php
copy to LayoutTests/http/tests/serviceworker/resources/plain-text-worker.php
index 2d318ecc3135616b2e0f22b92bf95b9f7722bb5e..696637597ef8463ca664b1ee6dc180d3a68add57 100644
--- a/LayoutTests/http/tests/inspector/network/resources/script-as-text.php
+++ b/LayoutTests/http/tests/serviceworker/resources/plain-text-worker.php
@@ -1,8 +1,3 @@
<?php
header("Content-Type: text/plain");
?>
-
-function foo()
-{
- var bar = 42;
-}
« no previous file with comments | « LayoutTests/http/tests/serviceworker/registration.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698