shorthands.html 322 B

123456789101112131415161718192021
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <title></title>
  5. <style type="text/css">
  6. body {
  7. font: 14px sans-serif;
  8. border: none;
  9. background-repeat: no-repeat;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. fuuu
  15. <script type="text/javascript">
  16. onload = function(){
  17. console.dir(document.styleSheets[0].cssRules[0].style)
  18. }
  19. </script>
  20. </body>
  21. </html>