blob: c1617f0163b1b989a27fdebecc324aa3ec4a43bb [file] [log] [blame]
<!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>