Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: LayoutTests/accessibility/table-cell-for-column-and-row-crash.html

Issue 48903019: Delete js-test-post.js. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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>
OLDNEW
« no previous file with comments | « LayoutTests/accessibility/svg-remote-element.html ('k') | LayoutTests/accessibility/table-destroyed-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698