blob: 2bcadf50b991f406a0d68a1a78ddc2739a1f9557 [file]
<!DOCTYPE html>
<html lang="en-US" class="theme-beta">
<head>
<meta charset="utf-8" />
<title>text-wrap-style short line with long words</title>
</head>
<style>
.auto {
text-wrap: auto;
width: 200px;
}
body {
font-family: "Ahem";
font-size: 12px;
}
</style>
<body>
<div class="auto">
<div>This test passes if textwrapstylepretty is applied</div>
</div>
</body>
</html>