diff options
Diffstat (limited to 'testing/web-platform/tests/web-bundle/resources/dynamic2/resource3.js')
-rw-r--r-- | testing/web-platform/tests/web-bundle/resources/dynamic2/resource3.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/web-platform/tests/web-bundle/resources/dynamic2/resource3.js b/testing/web-platform/tests/web-bundle/resources/dynamic2/resource3.js new file mode 100644 index 0000000000..0dad7ea7bf --- /dev/null +++ b/testing/web-platform/tests/web-bundle/resources/dynamic2/resource3.js @@ -0,0 +1 @@ +export const result = 'resource3 from dynamic2.wbn'; |