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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/printing/ellipsis-printing-style-expected.html
diff --git a/third_party/WebKit/LayoutTests/printing/ellipsis-printing-style-expected.html b/third_party/WebKit/LayoutTests/printing/ellipsis-printing-style-expected.html
deleted file mode 100644
index 0c82dc7b3725e8e7a59d8e7167b91713669e5cd5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/printing/ellipsis-printing-style-expected.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<script src="../resources/ahem.js"></script>
-
-<script>
-if (window.testRunner)
- testRunner.setPrinting();
-</script>
-
-<style>
-div {
- font-family: Ahem;
- background-color: black;
- color: white;
- height: 1.5em;
- width: 10.5em;
- overflow: hidden;
- white-space: nowrap;
-}
-</style>
-
-<div>This text&hellip;</div>
« 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