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