Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / style / crashtests / 448161-2.html
blob41dc7800fce715c52bb55f0e4868d7b913aa656c
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>