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

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

Issue 1566193002: Always antialias clips in ClipDisplayItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 <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&hellip;</div>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/platform/graphics/GraphicsContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698