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

Unified 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, 9 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/css/getComputedStyle/computed-style-cursor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-cursor-expected.txt b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-cursor-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..7bbe981d64ad5bc66793731e9c8cd96cee8b9ffc
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/computed-style-cursor-expected.txt
@@ -0,0 +1,48 @@
+This is a testharness.js-based test.
+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."
+PASS Tests that the cursor value 'auto' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'default' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'none' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'context-menu' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'help' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'pointer' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'progress' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'wait' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'cell' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'crosshair' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'text' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'vertical-text' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'alias' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'copy' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'move' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'no-drop' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'not-allowed' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'e-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'n-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'ne-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'nw-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 's-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'se-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'sw-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'w-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'ew-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'ns-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'nesw-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'nwse-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'col-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'row-resize' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'all-scroll' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'zoom-in' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'zoom-out' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png"), crosshair' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png"), url("file:///foo2.png"), pointer' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png") 12 3, pointer' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png") 0 0, pointer' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png") 0 0, pointer' is saved correctly in the ComputedStyle.
+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 ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png") -2 3, pointer' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png") 2 -3, pointer' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png") -1 -1, pointer' is saved correctly in the ComputedStyle.
+PASS Tests that the cursor value 'url("file:///foo.png") 10 10, auto' is saved correctly in the ComputedStyle.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698