gecko-dev/layout/forms/crashtests/323499-1.html

21 строка
175 B
HTML
Исходник Обычный вид История

2007-12-17 03:52:49 +03:00
<html>
<head>
<style>
select {
visibility: collapse;
}
body {
display: -moz-grid-group;
}
</style>
</head>
<body>
<select><option>a</option></select>
</body>
</html>