323499-1.html 175 B

123456789101112131415161718192021
  1. <html>
  2. <head>
  3. <style>
  4. select {
  5. visibility: collapse;
  6. }
  7. body {
  8. display: -moz-grid-group;
  9. }
  10. </style>
  11. </head>
  12. <body>
  13. <select><option>a</option></select>
  14. </body>
  15. </html>