| OLD | NEW |
| 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../fast/js/resources/js-test-pre.js"></script> | 4 <script src="../fast/js/resources/js-test-pre.js"></script> |
| 5 </head> | 5 </head> |
| 6 | 6 |
| 7 <body id="body"> | 7 <body id="body"> |
| 8 <table id="testTable" summary="A summary to make sure this is always exposed as
an AXTable"> | 8 <table id="testTable" summary="A summary to make sure this is always exposed as
an AXTable"> |
| 9 <tr><td>foo</td></tr> | 9 <tr><td>foo</td></tr> |
| 10 <tr><td>bar</td></tr> | 10 <tr><td>bar</td></tr> |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 axCell = null; | 33 axCell = null; |
| 34 | 34 |
| 35 // We need to force a call to the Garbage Collector here so we are | 35 // We need to force a call to the Garbage Collector here so we are |
| 36 // sure that axCell will get actually destroyed after using it. | 36 // sure that axCell will get actually destroyed after using it. |
| 37 gc(); | 37 gc(); |
| 38 } | 38 } |
| 39 } | 39 } |
| 40 } | 40 } |
| 41 </script> | 41 </script> |
| 42 | 42 |
| 43 <script src="../fast/js/resources/js-test-post.js"></script> | |
| 44 </body> | 43 </body> |
| 45 </html> | 44 </html> |
| OLD | NEW |