Skip to main content

Bug Tracker

Side navigation

Ticket #5365: 5365-test-case-01.html


File 5365-test-case-01.html, 0.5 KB (added by ambirex, October 14, 2009 02:47PM UTC)

Test case

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>Untitled</title>
  <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script>
  <script>
  	$(function(){
		$("span").append( $("select").width() );
	});
  </script>
</head>
<body>
<form>
	<select>
		<option>Example Option</option>
	</select>
	<span>Width: </span>
</form>
</body>
</html>

Download in other formats:

Original Format