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

Unified Diff: LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope2.php

Issue 1286153003: Add LayoutTests for the behavior of navigation redirect with Service Worker. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated falken's comment Created 5 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
Index: LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope2.php
diff --git a/Source/core/xml/xmlnsattrs.in b/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope2.php
similarity index 64%
copy from Source/core/xml/xmlnsattrs.in
copy to LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope2.php
index 7ac415a9368ccc9c0a8af1682c647cb036feb50c..b6af2d743032dc38d73053992ee40c489fb1020c 100644
--- a/Source/core/xml/xmlnsattrs.in
+++ b/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-scope2.php
@@ -1,4 +1,3 @@
-namespace="XMLNS"
-namespaceURI="http://www.w3.org/2000/xmlns/"
-
-xmlns
+<?php
+ @include("./navigation-redirect-scope1.php");
+?>

Powered by Google App Engine
This is Rietveld 408576698