Skip to main content

Bug Tracker

Side navigation

Ticket #3255: 3255.html


File 3255.html, 0.5 KB (added by nathanhammond, August 15, 2008 09:17PM UTC)

Test Case

<!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" lang="en">
<head>
<title>3255 Test Case</title>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function() {
	try {
		$('<input />').attr('type', 'checkbox').append();
	} catch (e) {
		alert(e);
	}
});
</script>

</head>

<body>
Should append an input. Should not alert.
</body>

</html>

Download in other formats:

Original Format