blob: 201c729c13a335619a94a398122f2cb9891893a4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 360px;
font-size: 36px;
-webkit-box-orient: vertical;
text-shadow: 0px 0px 7px red;
}
</style>
</head>
<body>
<div>Text below should not SHOW</div>
</body>
</html>