Side navigation
    Ticket #4670: crash_ie.html
  
  
  
    File crash_ie.html, 0.4 KB (added by Fufu, May 19, 2009 02:58PM UTC)
    
      Sample crash file
    
  
  
    
      
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<title>Titre</title>
	</head>
	<body>
		<script src="jquery.js" type="text/javascript"></script>
		
		<script type="text/javascript">
			alert('start');
			$('<li />').attr("value", "12");
			alert('value set ok');
		</script>
		
	</body>
</html>
    
  
  
    Download in other formats:
    Original Format
  
File crash_ie.html, 0.4 KB (added by Fufu, May 19, 2009 02:58PM UTC)
Sample crash file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<title>Titre</title>
	</head>
	<body>
		<script src="jquery.js" type="text/javascript"></script>
		
		<script type="text/javascript">
			alert('start');
			$('<li />').attr("value", "12");
			alert('value set ok');
		</script>
		
	</body>
</html>