blob: c49d49a64741f36aae01484b300f16247592262c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.testDiv {
overflow: hidden;
text-overflow: ellipsis;
font-size: 72px;
width: 2em;
color: transparent;
text-shadow: 0px 0px green;
}
</style>
</head>
<body>
<div class="testDiv">Blink</div>
</body>
</html>