| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script> | 3 <script> |
| 4 if (window.layoutTestController) { | 4 if (window.layoutTestController) { |
| 5 layoutTestController.dumpAsText(); | 5 layoutTestController.dumpAsText(); |
| 6 layoutTestController.waitUntilDone(); | 6 layoutTestController.waitUntilDone(); |
| 7 } | 7 } |
| 8 | 8 |
| 9 if (!window.gc) | 9 if (!window.gc) |
| 10 { | 10 { |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 { | 31 { |
| 32 gc(); | 32 gc(); |
| 33 obj = rule.style.parentRule; | 33 obj = rule.style.parentRule; |
| 34 if (window.layoutTestController) | 34 if (window.layoutTestController) |
| 35 layoutTestController.notifyDone() | 35 layoutTestController.notifyDone() |
| 36 } | 36 } |
| 37 </script> | 37 </script> |
| 38 </head> | 38 </head> |
| 39 <body onload="load()">PASS</body> | 39 <body onload="load()">PASS</body> |
| 40 </html> | 40 </html> |
| OLD | NEW |