| Index: third_party/WebKit/LayoutTests/http/tests/budget/get-cost.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/get-cost.html b/third_party/WebKit/LayoutTests/http/tests/budget/get-cost.html
|
| index 55d47e7af30b2ee7c4b03ac8f83af1127a4fb396..d1e45293d41b527a057aa64b173aa2f38b617550 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/budget/get-cost.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/budget/get-cost.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');
|
|
|