Skip to main content

Bug Tracker

Side navigation

Ticket #4489: testcase.html


File testcase.html, 0.6 KB (added by ecentinela, April 03, 2009 03:06PM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
	<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>Chrome bug</title>
		<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
		<script type="text/javascript">
			var div = $('<div><div id="one"></div><div id="two"></div></div>');

			alert(div.find('div').length);	// ok

			alert(div.find('#one, #two').length);	// error
		</script>
	</head>
	<body>
	</body>
	</html>

Download in other formats:

Original Format