Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/imports.noinline-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/imports.noinline-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/imports.noinline-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..72f6d97adc5bee573cfa529e13e6f198d5c719fe |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/scripting-1/the-script-element/module/imports.noinline-expected.txt |
@@ -0,0 +1,8 @@ |
+This is a testharness.js-based test. |
+FAIL Import a module that tries to import itself assert_unreached: This module should not have loaded! Reached unreachable code |
+FAIL Import a module with a cyclical module dependency assert_unreached: This module should not have loaded! Reached unreachable code |
+PASS Import a simple module |
+PASS Import a simple module, renamed |
+PASS Import the same module multiple times |
+Harness: the test ran to completion. |
+ |