summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/inner-text.html
blob: 4f06f8dc9750b1421ae68958edd832999b1a5de2 (plain)
1
2
3
4
5
<img id="x" src="broken.gif">
This text should only appear once.
<script>
document.write(document.getElementById("x").innerText);
</script>