Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <body> | |
| 5 <script src="../resources/run-after-display.js"></script> | |
| 6 </script> | |
| 7 <applet code="index.html" codebase="http://%A1{A+;"> | |
| 8 PASS if no crash | |
| 9 <script> | |
| 10 runAfterDisplay(function() {}, true); | |
| 11 if (window.testRunner) | |
| 12 testRunner.dumpAsText(); | |
| 13 </script> | |
| OLD | NEW |