Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <html> | 1 <html> |
| 2 <body> | 2 <head> |
| 3 <script> | |
| 4 function finishTest() { | |
| 5 window.parent.postMessage("done", "*"); | |
| 6 } | |
| 7 </script> | |
| 8 </head> | |
| 9 <body onload="finishTest()"> | |
| 3 <pre> | 10 <pre> |
| 4 PASS | 11 PASS |
| 5 </pre> | 12 </pre> |
| 6 </body> | 13 </body> |
| 7 </html> | 14 </html> |
| OLD | NEW |