about summary refs log blame commit diff stats
path: root/test/js/text.html
blob: 7d7bcfca749f24936bc4e110b68d09afcefac239 (plain) (tree)
1
2
3
4
5
6
7
8







                                                               
<!doctype html>
<div id="succ">Fail</div>
<script>
(function() {
	if (new Text("data").ownerDocument != document) return;
	document.getElementById("succ").textContent = "Success"
})()
</script>