Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/tt-attribute-mutation-fix-attribute-node-tests
/
.
/
resources
/
out-of-scope-test.js
blob: ce24124646dc83f8b5b8385dc4b9c28b7a6f8093 [
file
] [
log
] [
blame
] [
edit
]
// Testing that the resolution is correct using `resolve`, as you can't import
// the same module twice.
window
.
outscope_test_result
=
import
.
meta
.
resolve
(
"a"
);
window
.
outscope_test_result2
=
import
.
meta
.
resolve
(
"../resources/log.sub.js?name=E"
);