645951-1.html 326 B

123456789101112
  1. <!DOCTYPE HTML>
  2. <title>Test, bug 645951</title>
  3. <link rel=stylesheet href="645951-1.css">
  4. <link id="two" rel=stylesheet href="645951-1.css">
  5. <body onload="run()">
  6. <script>
  7. function run() {
  8. document.getElementById("two").sheet.insertRule("p { color: green}", 1);
  9. }
  10. </script>
  11. <p>Should not crash, and should be green too.</p>