haikuwebkit/LayoutTests/fast/text/crash-obscure-text.html

12 lines
268 B
HTML

<!DOCTYPE html>
<html>
<body>
<script>
if (window.testRunner)
testRunner.dumpAsText();
</script>
<p>This test makes sure we don't crash when encountering some particularly exotic codepoints. The test passes if we do not crash.</p>
&#x0718;&#x0308;
</body>
</html>