| Index: third_party/WebKit/LayoutTests/http/tests/push_messaging/subscribe-success-in-document.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/subscribe-success-in-document.html b/third_party/WebKit/LayoutTests/http/tests/push_messaging/subscribe-success-in-document.html
|
| index 29684f05f8507b6e5107aada4f0a7dabc046cbe9..c6fe024038b29f0de4e76aa8ab2d72346b3bad6c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/push_messaging/subscribe-success-in-document.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/subscribe-success-in-document.html
|
| @@ -5,7 +5,6 @@
|
| <link rel="manifest" href="resources/push_manifest.json">
|
| <script src="../resources/testharness.js"></script>
|
| <script src="../resources/testharnessreport.js"></script>
|
| -<script src="../resources/testharness-helpers.js"></script>
|
| <script src="../serviceworker/resources/test-helpers.js"></script>
|
| </head>
|
| <body>
|
| @@ -26,7 +25,7 @@ async_test(function(test) {
|
| return swRegistration.pushManager.subscribe();
|
| })
|
| .then(function(pushSubscription) {
|
| - assert_will_be_idl_attribute(pushSubscription, 'endpoint');
|
| + assert_idl_attribute(pushSubscription, 'endpoint');
|
| assert_equals(typeof pushSubscription.endpoint, 'string');
|
|
|
| try {
|
|
|