blob: 1c7664eb903a3725378d4a95e9173d57276b9973 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#test {
padding: 16px;
position: absolute;
word-wrap: break-word;
box-sizing: border-box;
}
</style>
</head>
<body>
<p>The text below should not wrap.</p>
<div id="test">Test</div>
</body>