Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <body> | |
| 3 <table id="obj"> | |
| 4 <script> | |
| 5 obj.createTFoot(); | |
| 6 obj.deleteTFoot(); | |
| 7 obj.focus(); | |
| 8 obj.insertRow(); | |
| 9 obj.insertRow(); | |
| 10 </script> | |
| 11 This test passes if it does not crash. | |
| 12 </body> | |
| 13 </html> | |
| OLD | NEW |