OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../resources/ahem.js"></script> | |
3 | |
4 <script> | |
5 if (window.testRunner) | |
6 testRunner.setPrinting(); | |
7 </script> | |
8 | |
9 <style> | |
10 div { | |
11 font-family: Ahem; | |
12 background-color: black; | |
13 color: white; | |
14 height: 1.5em; | |
15 width: 10.5em; | |
16 overflow: hidden; | |
17 white-space: nowrap; | |
18 } | |
19 </style> | |
20 | |
21 <div>This text…</div> | |
OLD | NEW |