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

Side by Side Diff: LayoutTests/fast/text/ellipsis-platform-font-change.html

Issue 593673003: Different fonts selected for width calculation and actual painting (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@ellipsis_not_present
Patch Set: Rebasing Test Expectation file Created 6 years, 2 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
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 @font-face {
6 font-family: AndroidEmoji;
7 src: url(../../third_party/AndroidEmojiMonospace/AndroidEmoji.ttf.subset-uni20 3C.ttf) format("truetype");
8 }
9
10
11 #div {
12 font-family: AndroidEmoji;
13 white-space: nowrap;
14 text-overflow: ellipsis;
15 width: 2em;
16 overflow: hidden;
17 border: 1px solid #000000;
18 font-size:20px;
19 }
20
21 </style>
22 </head>
23 <body>
24
25 <div id="div">A,,,B</div>
26
27 </body>
28 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/ellipsis-platform-font-change-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698