| Index: third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-options.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-options.html b/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-options.html
|
| index 1425c98240e787f1137c880329efffcb72752a07..6507cde456c99c1541b66b957071718546a72cb9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-options.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/push-subscription-options.html
|
| @@ -3,6 +3,7 @@
|
| <head>
|
| <title>PushSubscriptionOptions should be correctly reflected on PushSubscription objects</title>
|
| <link rel="manifest" href="resources/push_manifest.json">
|
| + <script src="resources/push-constants.js"></script>
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| <script src="../serviceworker/resources/test-helpers.js"></script>
|
| @@ -62,14 +63,6 @@
|
| }
|
| }
|
|
|
| - const PUBLIC_KEY = [
|
| - 0x04, 0x56, 0x23, 0xC0, 0x45, 0xD7, 0x6C, 0x5D, 0x45, 0x1A, 0x29,
|
| - 0x19, 0xAA, 0xE5, 0x02, 0x2F, 0x43, 0x55, 0xC2, 0x5C, 0x59, 0x86,
|
| - 0x69, 0xA0, 0xAD, 0xD7, 0x2D, 0x54, 0x22, 0xD8, 0x43, 0xB6, 0xCD,
|
| - 0xE3, 0x33, 0xB4, 0xBB, 0x66, 0x2F, 0x47, 0xE5, 0xE6, 0x20, 0xFF,
|
| - 0x0E, 0x10, 0x7F, 0xCD, 0xA3, 0x44, 0x8C, 0x65, 0x54, 0x64, 0x7E,
|
| - 0x25, 0xF3, 0x67, 0xF4, 0x7C, 0x4B, 0x0C, 0xBD, 0xCF, 0xF4
|
| - ];
|
| const VAPID_OPTIONS = {
|
| userVisibleOnly: true,
|
| applicationServerKey: new Uint8Array(PUBLIC_KEY)
|
| @@ -142,4 +135,4 @@
|
| }, "PushSubscriptionOptions should be correctly reflected on PushSubscription objects");
|
| </script>
|
| </body>
|
| -</html>
|
| +</html>
|
|
|