| Index: third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-registration-abort.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-registration-abort.https.html b/third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-registration-abort.https.html
|
| index 239d40803bf8811fd5661faa0f91b2f3491de260..ecfcee3cf667903fbef9f689ff3f1fd4f9abf664 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-registration-abort.https.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/background_fetch/background-fetch-registration-abort.https.html
|
| @@ -45,9 +45,7 @@ promise_test(function(test) {
|
| })
|
| .then(success => {
|
| // The registration had already been aborted, so aborting it again should fail.
|
| - // TODO(peter): This is a change-detector test, and will deliberately
|
| - // start failing when the browser side has been hooked up.
|
| - assert_true(success);
|
| + assert_false(success);
|
| });
|
|
|
| }, 'BackgroundFetchRegistration.abort() return a Promise indicating success.');
|
|
|