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

Unified Diff: third_party/WebKit/LayoutTests/fast/images/border-expected.txt

Issue 2228333003: Use testharness.js in fast/images/ for border/cmyk tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code changed as per comments. Created 4 years, 4 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/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
-

Powered by Google App Engine
This is Rietveld 408576698