Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / layout / style / crashtests / 391034-1.xhtml
blob315796d2859fde7f9da80e5e8004e7623a637cc7
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3 <script>
4 function boom()
6 var p = document.getElementById("p");
7 window.getComputedStyle(p, null).getPropertyValue("right");
9 </script>
10 </head>
12 <body onload="boom();">
14 <p id="p" style="position: relative; left: 3ch;">foo</p>
16 </body>
17 </html>