Index: third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html |
diff --git a/third_party/WebKit/LayoutTests/mojo/module-loading.html b/third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html |
similarity index 84% |
copy from third_party/WebKit/LayoutTests/mojo/module-loading.html |
copy to third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html |
index 6ebd60e46b9fd2af059e0835f4ce0ee1235a2363..9cea6be2410e78db0ebdfdd5a7dcd319723904ad 100644 |
--- a/third_party/WebKit/LayoutTests/mojo/module-loading.html |
+++ b/third_party/WebKit/LayoutTests/mojo/module-loading-manual-deps-loading.html |
@@ -1,10 +1,13 @@ |
<!DOCTYPE html> |
-<title>Mojo JavaScript bindings module loading tests</title> |
+<title>Mojo JavaScript bindings module loading tests (manual mojom deps loading)</title> |
<script src="../resources/testharness.js"></script> |
<script src="../resources/testharnessreport.js"></script> |
<script src="file:///gen/mojo/public/js/mojo_bindings.js"></script> |
-<script src="file:///gen/mojo/public/interfaces/bindings/tests/echo_import.mojom.js"></script> |
+<script> |
+ mojoBindings.config.auto_load_mojom_deps = 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> |
promise_test(async () => { |