1401992-ref.html (302B)
1 <!doctype html> 2 <html> 3 <head> 4 <style> 5 video { 6 width: 100px; 7 height: 100px; 8 border: 10px solid purple; 9 } 10 fieldset { 11 border: 10px solid blue; 12 border-color: green; 13 } 14 </style> 15 <script> 16 </script> 17 </head> 18 <body> 19 <fieldset><video id="x" style="visibility:hidden"></video></fieldset> 20 </body> 21 </html>