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

Side by Side Diff: third_party/WebKit/LayoutTests/custom-elements/spec/create-element-defined-synchronous-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: "createElement(): 6.1.5. If result has children, then throw a NotSup portedError", "createElementNS(): 6.1.5. If result has children, then throw a No tSupportedError"
3 PASS createElement(): Pre-flight check should succeed
4 PASS createElement(): 5. Create a customized built-in element
5 PASS createElement(): 6. Create an autonomous custom element
6 PASS createElement(): 6.1.2. Errors in Construct(C) should be reported
7 PASS createElement(): 6.1.3. If result does not implement the HTMLElement interf ace, throw a TypeError
8 PASS createElement(): 6.1.4. If result's attribute list is not empty, then throw a NotSupportedError
9 PASS createElement(): 6.1.5. If result has children, then throw a NotSupportedEr ror
10 PASS createElement(): 6.1.5. If result has children, then throw a NotSupportedEr ror
11 PASS createElement(): 6.1.6. If result's parent is not null, then throw a NotSup portedError
12 PASS createElement(): 6.1.7. If result's node document is not document, then thr ow a NotSupportedError
13 PASS createElement(): 6.1.8. If result's namespace is not the HTML namespace, th en throw (a NotSupportedError, currently TypeError)
14 PASS createElement(): 6.1.9. If result's local name is not equal to localName, t hen throw a NotSupportedError
15 PASS createElementNS(): Pre-flight check should succeed
16 PASS createElementNS(): 5. Create a customized built-in element
17 PASS createElementNS(): 6. Create an autonomous custom element
18 PASS createElementNS(): 6.1.2. Errors in Construct(C) should be reported
19 PASS createElementNS(): 6.1.3. If result does not implement the HTMLElement inte rface, throw a TypeError
20 PASS createElementNS(): 6.1.4. If result's attribute list is not empty, then thr ow a NotSupportedError
21 PASS createElementNS(): 6.1.5. If result has children, then throw a NotSupported Error
22 PASS createElementNS(): 6.1.5. If result has children, then throw a NotSupported Error
23 PASS createElementNS(): 6.1.6. If result's parent is not null, then throw a NotS upportedError
24 PASS createElementNS(): 6.1.7. If result's node document is not document, then t hrow a NotSupportedError
25 PASS createElementNS(): 6.1.8. If result's namespace is not the HTML namespace, then throw (a NotSupportedError, currently TypeError)
26 PASS createElementNS(): 6.1.9. If result's local name is not equal to localName, then throw a NotSupportedError
27 Harness: the test ran to completion.
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698