mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
10 lines
211 B
HTML
10 lines
211 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
var node = document.createElement("a");
|
|
node.href = "http://www.mozilla.org";
|
|
document.defaultView.getComputedStyle(node, "").color
|
|
</script>
|
|
</body>
|
|
</html>
|