blob: 655a7eb34d600c02ab6bdb92db0f9195a471d7a4 [file] [log] [blame]
<!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">&#x2038;&#x094d;&#x091f;</div>
</body>
</html>