gecko-dev/dom/html/reftests/image-load-shortcircuit-2.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 строки
223 B
HTML
Исходник Обычный вид История

<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>