Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(565)

Side by Side Diff: LayoutTests/printing/ellipsis-printing-style-expected.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <script src="../resources/ahem.js"></script>
2 3
3 <script> 4 <script>
4 if (window.testRunner) 5 if (window.testRunner)
5 testRunner.setPrinting(); 6 testRunner.setPrinting();
6 </script> 7 </script>
7 8
8 <style> 9 <style>
9 div { 10 div {
10 font-family: Ahem; 11 font-family: Ahem;
11 background-color: black; 12 background-color: black;
12 color: white; 13 color: white;
13 height: 1.5em; 14 height: 1.5em;
14 width: 10.5em; 15 width: 10.5em;
15 overflow: hidden; 16 overflow: hidden;
16 white-space: nowrap; 17 white-space: nowrap;
17 } 18 }
18 </style> 19 </style>
19 20
20 <div>This text&hellip;</div> 21 <div>This text&hellip;</div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698