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

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

Issue 1204023002: Deflake tests using ahem font with @font-face. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline and fix an svg test 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 text-overflow: ellipsis; 18 text-overflow: ellipsis;
18 } 19 }
19 </style> 20 </style>
20 21
21 <div>This text should be ellipsized and the ellipsis should visible when printed .</div> 22 <div>This text should be ellipsized and the ellipsis should visible when printed .</div>
OLDNEW
« no previous file with comments | « LayoutTests/ietestcenter/css3/valuesandunits/units-000.htm ('k') | LayoutTests/printing/return-from-printing-mode.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698