Index: third_party/WebKit/LayoutTests/fast/images/border-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/images/border-expected.txt b/third_party/WebKit/LayoutTests/fast/images/border-expected.txt |
deleted file mode 100644 |
index 79418cf00f2e60d990903321509823bd9c1565f9..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/images/border-expected.txt |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-This tests the HTMLImageElement border property. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS imageBorderWidth() is 0 |
-PASS imageBorderWidth(null) is 0 |
-PASS imageBorderWidth('') is 0 |
-PASS imageBorderWidth(0) is 0 |
-PASS imageBorderWidth('x') is 0 |
-PASS imageBorderWidth(undefined, 'border-width: 20px') is 0 |
-PASS imageBorderWidth(null, 'border-width: 20px') is 20 |
-PASS imageBorderWidth('', 'border-width: 20px') is 20 |
-PASS imageBorderWidth('x', 'border-width: 20px') is 20 |
-PASS imageBorderWidth(0, 'border-width: 20px') is 20 |
-PASS imageBorderWidth(10) is 10 |
-PASS imageBorderWidth(' 10') is 10 |
-PASS imageBorderWidth('10 ') is 10 |
-PASS imageBorderWidth(' 10 ') is 10 |
-PASS imageBorderWidth('10q') is 10 |
-PASS imageBorderWidth(' 10q') is 10 |
-PASS imageBorderWidth('10q ') is 10 |
-PASS imageBorderWidth(' 10q ') is 10 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |