summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/image-load-shortcircuit-2.html
blob: 3c4baa43be5034126600cb1063e2042926fd14a7 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<body>
<template id="template">
<img src="pass.png" alt="Alt Text" />
</template>
<script>
  document.body.appendChild(document.getElementById('template').content.children[0].cloneNode(1));
</script>
</body>
</html>