Skip to main content

Bug Tracker

Side navigation

Ticket #6827: test.html


File test.html, 0.3 KB (added by WouterTinus, July 26, 2010 08:47AM UTC)

Testcase

<html>
	
<head>
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

</head>
<body>
	<div>
		<script id="bla" type="text/html">
			<div><div>blabla</div></div>
		</script>
	</div>
	<script>
		alert($('#bla').text() === '')
	</script>
</body>
</html>

Download in other formats:

Original Format