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…</div> |