| 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..bc1fac0cd010ede13f2fd81284e84e42a3870118
|
| --- /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="../push_test.js"></script>
|
| + </head>
|
| + <body>
|
| + <h1>Push API Sub-scope 2 Test</h1>
|
| + </body>
|
| +</html>
|
|
|