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

Unified Diff: chrome/test/data/push_messaging/test_bad_manifest.html

Issue 785993003: [Push] Register: require user-visible to be present in the manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: chrome/test/data/push_messaging/test_bad_manifest.html
diff --git a/chrome/test/data/push_messaging/test_bad_manifest.html b/chrome/test/data/push_messaging/test_bad_manifest.html
new file mode 100644
index 0000000000000000000000000000000000000000..c134b1877fe52bdcbabf1205ee7ed608b3a4060a
--- /dev/null
+++ b/chrome/test/data/push_messaging/test_bad_manifest.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Push API Bad Manifest Test</title>
+ <link rel="manifest" href="bad_manifest.json">
+ <script src="push_test.js">
+ </script>
Michael van Ouwerkerk 2014/12/10 18:36:33 Also on same line as opening tag.
Miguel Garcia 2014/12/11 11:37:08 Done.
+ </head>
+ <body>
+ <h1>Push API Bad Manifest Test</h1>
+ </body>
+</html>
« chrome/test/data/push_messaging/test.html ('K') | « chrome/test/data/push_messaging/test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698