| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <script src="resources/webgl-test.js"></script> | 3 <script src="resources/webgl-test.js"></script> |
| 4 </head> | 4 </head> |
| 5 <body> | 5 <body> |
| 6 <script> | 6 <script> |
| 7 if (window.layoutTestController) { | 7 if (window.layoutTestController) { |
| 8 layoutTestController.dumpAsText(); | 8 layoutTestController.dumpAsText(); |
| 9 layoutTestController.waitUntilDone(); | 9 layoutTestController.waitUntilDone(); |
| 10 } | 10 } |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 { | 35 { |
| 36 extension.loseContext(); | 36 extension.loseContext(); |
| 37 | 37 |
| 38 document.body.innerHTML = "PASS"; | 38 document.body.innerHTML = "PASS"; |
| 39 if (window.layoutTestController) | 39 if (window.layoutTestController) |
| 40 layoutTestController.notifyDone(); | 40 layoutTestController.notifyDone(); |
| 41 } | 41 } |
| 42 </script> | 42 </script> |
| 43 </body> | 43 </body> |
| 44 </html> | 44 </html> |
| OLD | NEW |