| Index: third_party/WebKit/LayoutTests/http/tests/budget/reserve.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/reserve.html b/third_party/WebKit/LayoutTests/http/tests/budget/reserve.html
|
| index 5b373015c4a2d135342a43233b349fa765275021..ae07aa4a128f58237e81c2a29bbec8ed97869144 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/budget/reserve.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/budget/reserve.html
|
| @@ -9,9 +9,6 @@
|
| </head>
|
| <body>
|
| <script>
|
| - if (!window.mojo)
|
| - debug('This test can not run without mojo');
|
| -
|
| promise_test(function() {
|
| return budgetServiceMock.then(mock => {
|
| assert_own_property(Navigator.prototype, 'budget');
|
|
|