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

Side by Side 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: Test changed as per the 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 unified diff | Download patch
OLDNEW
(Empty)
1 This tests the HTMLImageElement border property.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS imageBorderWidth() is 0
7 PASS imageBorderWidth(null) is 0
8 PASS imageBorderWidth('') is 0
9 PASS imageBorderWidth(0) is 0
10 PASS imageBorderWidth('x') is 0
11 PASS imageBorderWidth(undefined, 'border-width: 20px') is 0
12 PASS imageBorderWidth(null, 'border-width: 20px') is 20
13 PASS imageBorderWidth('', 'border-width: 20px') is 20
14 PASS imageBorderWidth('x', 'border-width: 20px') is 20
15 PASS imageBorderWidth(0, 'border-width: 20px') is 20
16 PASS imageBorderWidth(10) is 10
17 PASS imageBorderWidth(' 10') is 10
18 PASS imageBorderWidth('10 ') is 10
19 PASS imageBorderWidth(' 10 ') is 10
20 PASS imageBorderWidth('10q') is 10
21 PASS imageBorderWidth(' 10q') is 10
22 PASS imageBorderWidth('10q ') is 10
23 PASS imageBorderWidth(' 10q ') is 10
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698