blob: ab9a2f3d3a9a828660804883aaee2f8d25db5ba0 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/ahem.js"></script>
<script>
if (window.testRunner)
testRunner.setPrinting();
</script>
<style>
div {
font-family: Ahem;
background-color: black;
color: white;
height: 1.5em;
width: 10.5em;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
</style>
<div>This text should be ellipsized and the ellipsis should visible when printed.</div>