haikuwebkit/LayoutTests/fast/text/hyphen-is-complex-crash.html

21 lines
351 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>This tests simple text with complex hyphen.</title>
<style>
body {
font-variant-caps: unicase;
-webkit-hyphens: auto;
}
</style>
</head>
<body>
<br>
<div>Pass if no crash.</div>
<script>
if (window.testRunner)
testRunner.dumpAsText();
document.execCommand("selectAll", false);
</script>
</body>
</html>