| Index: third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html
|
| diff --git a/third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html b/third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html
|
| index 668bba9dfb207bba86b24ff3bb802c2f63486b2f..fc92d3f0b9964a0776e87fd373163c92e945aef4 100644
|
| --- a/third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html
|
| +++ b/third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html
|
| @@ -7,7 +7,7 @@
|
| mojo.config.autoLoadMojomDeps = false;
|
| </script>
|
| <script src="file:///gen/mojo/public/interfaces/bindings/tests/echo.mojom.js"></script>
|
| -<script src="file:///gen/mojo/public/interfaces/bindings/tests/echo_import.mojom.js"></script>
|
| +<script src="file:///gen/mojo/public/interfaces/bindings/tests/echo_import/echo_import.mojom.js"></script>
|
| <script>
|
|
|
| promise_test(async () => {
|
|
|