Index: chrome/test/data/push_messaging/subscope2/test.html |
diff --git a/chrome/test/data/push_messaging/subscope2/test.html b/chrome/test/data/push_messaging/subscope2/test.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cb02d25d2d71913778563651836b83d8a39c40eb |
--- /dev/null |
+++ b/chrome/test/data/push_messaging/subscope2/test.html |
@@ -0,0 +1,11 @@ |
+<!DOCTYPE html> |
+<html> |
+ <head> |
+ <title>Push API Sub-scope 2 Test</title> |
+ <link rel="manifest" href="../manifest.json"> |
+ <script src="../test.js"></script> |
+ </head> |
+ <body> |
+ <h1>Push API Sub-scope 2 Test</h1> |
+ </body> |
+</html> |