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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-cursor-expected.txt

Issue 2766823003: Fix testharness result parsing, make "Harness error" count as failure. (Closed)
Patch Set: One more test with nondeterministic message order Created 3 years, 8 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 is a testharness.js-based test.
2 Harness Error. harness_status.status = 1 , harness_status.message = 1 duplicate test name: "Tests that the cursor value 'url("file:///foo.png") 0 0, pointer' is saved correctly in the ComputedStyle."
3 PASS Tests that the cursor value 'auto' is saved correctly in the ComputedStyle.
4 PASS Tests that the cursor value 'default' is saved correctly in the ComputedSty le.
5 PASS Tests that the cursor value 'none' is saved correctly in the ComputedStyle.
6 PASS Tests that the cursor value 'context-menu' is saved correctly in the Comput edStyle.
7 PASS Tests that the cursor value 'help' is saved correctly in the ComputedStyle.
8 PASS Tests that the cursor value 'pointer' is saved correctly in the ComputedSty le.
9 PASS Tests that the cursor value 'progress' is saved correctly in the ComputedSt yle.
10 PASS Tests that the cursor value 'wait' is saved correctly in the ComputedStyle.
11 PASS Tests that the cursor value 'cell' is saved correctly in the ComputedStyle.
12 PASS Tests that the cursor value 'crosshair' is saved correctly in the ComputedS tyle.
13 PASS Tests that the cursor value 'text' is saved correctly in the ComputedStyle.
14 PASS Tests that the cursor value 'vertical-text' is saved correctly in the Compu tedStyle.
15 PASS Tests that the cursor value 'alias' is saved correctly in the ComputedStyle .
16 PASS Tests that the cursor value 'copy' is saved correctly in the ComputedStyle.
17 PASS Tests that the cursor value 'move' is saved correctly in the ComputedStyle.
18 PASS Tests that the cursor value 'no-drop' is saved correctly in the ComputedSty le.
19 PASS Tests that the cursor value 'not-allowed' is saved correctly in the Compute dStyle.
20 PASS Tests that the cursor value 'e-resize' is saved correctly in the ComputedSt yle.
21 PASS Tests that the cursor value 'n-resize' is saved correctly in the ComputedSt yle.
22 PASS Tests that the cursor value 'ne-resize' is saved correctly in the ComputedS tyle.
23 PASS Tests that the cursor value 'nw-resize' is saved correctly in the ComputedS tyle.
24 PASS Tests that the cursor value 's-resize' is saved correctly in the ComputedSt yle.
25 PASS Tests that the cursor value 'se-resize' is saved correctly in the ComputedS tyle.
26 PASS Tests that the cursor value 'sw-resize' is saved correctly in the ComputedS tyle.
27 PASS Tests that the cursor value 'w-resize' is saved correctly in the ComputedSt yle.
28 PASS Tests that the cursor value 'ew-resize' is saved correctly in the ComputedS tyle.
29 PASS Tests that the cursor value 'ns-resize' is saved correctly in the ComputedS tyle.
30 PASS Tests that the cursor value 'nesw-resize' is saved correctly in the Compute dStyle.
31 PASS Tests that the cursor value 'nwse-resize' is saved correctly in the Compute dStyle.
32 PASS Tests that the cursor value 'col-resize' is saved correctly in the Computed Style.
33 PASS Tests that the cursor value 'row-resize' is saved correctly in the Computed Style.
34 PASS Tests that the cursor value 'all-scroll' is saved correctly in the Computed Style.
35 PASS Tests that the cursor value 'zoom-in' is saved correctly in the ComputedSty le.
36 PASS Tests that the cursor value 'zoom-out' is saved correctly in the ComputedSt yle.
37 PASS Tests that the cursor value 'url("file:///foo.png"), crosshair' is saved co rrectly in the ComputedStyle.
38 PASS Tests that the cursor value 'url("file:///foo.png"), url("file:///foo2.png" ), pointer' is saved correctly in the ComputedStyle.
39 PASS Tests that the cursor value 'url("file:///foo.png") 12 3, pointer' is saved correctly in the ComputedStyle.
40 PASS Tests that the cursor value 'url("file:///foo.png") 0 0, pointer' is saved correctly in the ComputedStyle.
41 PASS Tests that the cursor value 'url("file:///foo.png") 0 0, pointer' is saved correctly in the ComputedStyle.
42 PASS Tests that the cursor value 'url("file:///foo.png") 12 3, url("file:///foo2 .png"), url("file:///foo3.png") 6 7, crosshair' is saved correctly in the Comput edStyle.
43 PASS Tests that the cursor value 'url("file:///foo.png") -2 3, pointer' is saved correctly in the ComputedStyle.
44 PASS Tests that the cursor value 'url("file:///foo.png") 2 -3, pointer' is saved correctly in the ComputedStyle.
45 PASS Tests that the cursor value 'url("file:///foo.png") -1 -1, pointer' is save d correctly in the ComputedStyle.
46 PASS Tests that the cursor value 'url("file:///foo.png") 10 10, auto' is saved c orrectly in the ComputedStyle.
47 Harness: the test ran to completion.
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698