| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| if (window.testRunner) | |
| testRunner.waitUntilDone(); | |
| window.setTimeout(function() { | |
| document.getElementById("replaceme").textContent = "Test successful (no crash)"; | |
| if (window.testRunner) | |
| testRunner.notifyDone(); | |
| }, 0); | |
| </script> | |
| </head> | |
| <body> | |
| <div id="replaceme">‸्ट</div> | |
| </body> | |
| </html> |