jruderman%hmc.edu 2512ba9b97 Add crashtest
git-svn-id: svn://10.0.0.236/trunk@241478 18797224-902f-48f8-a5cc-f745e15eee43
2007-12-17 00:52:49 +00:00

21 lines
175 B
HTML

<html>
<head>
<style>
select {
visibility: collapse;
}
body {
display: -moz-grid-group;
}
</style>
</head>
<body>
<select><option>a</option></select>
</body>
</html>