mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
fix import
This commit is contained in:
@@ -12,4 +12,4 @@
|
||||
var d = document._currentScript.ownerDocument.querySelector('div');
|
||||
assert.equal(d.innerText, 'me2', '_currentScript can locate element in import')
|
||||
</script>
|
||||
<link rel="import" href="imports/script-2.html">
|
||||
<link rel="import" href="script-2.html">
|
||||
|
||||
Reference in New Issue
Block a user