| Index: third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html b/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html
|
| index 1b1758c4a379ab1c3eba73424f87c336d9122d5b..9cc68eda6e968512f3f6ee00ff733ca116f0117d 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/budget/get-budget.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');
|
|
|