448161-2.html 211 B

12345678910
  1. <html>
  2. <body>
  3. <script>
  4. var node = document.createElement("a");
  5. node.href = "http://www.mozilla.org";
  6. document.defaultView.getComputedStyle(node, "").color
  7. </script>
  8. </body>
  9. </html>