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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-scale-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 = 2 duplicate test names: "DOMMatrix.scale(sx, sy)", "DOMMatrix.scaleSelf(sx, sy)"
3 PASS DOMMatrix.scale()
4 PASS DOMMatrix.scale(sx)
5 PASS DOMMatrix.scale(sx, sy)
6 PASS DOMMatrix.scale(sx, sy)
7 PASS DOMMatrix.scale(sx, sy, sz, ox, oy)
8 PASS DOMMatrix.scale(sx, sy, sz, ox, oy, oz)
9 PASS DOMMatrix.scale3d()
10 PASS DOMMatrix.scale3d(scale)
11 PASS DOMMatrix.scale3d(scale, ox, oy, oz)
12 PASS DOMMatrix.scaleSelf()
13 PASS DOMMatrix.scaleSelf(sx)
14 PASS DOMMatrix.scaleSelf(sx, sy)
15 PASS DOMMatrix.scaleSelf(sx, sy)
16 PASS DOMMatrix.scaleSelf(sx, sy, sz, ox, oy)
17 PASS DOMMatrix.scaleSelf(sx, sy, sz, ox, oy, oz)
18 PASS DOMMatrix.scaleSelf(1, 1, 1, ox, oy, oz)
19 PASS DOMMatrix.scale3dSelf(scale)
20 PASS DOMMatrix.scale3dSelf(scale, ox, oy, oz)
21 Harness: the test ran to completion.
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698