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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/custom-elements/upgrading-expected.txt

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update Created 3 years, 10 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 25 tests. 22 PASS 3 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS Creating an element in the document of the template elements must not enque ue a custom element upgrade reaction because the document does not have a browsi ng context 3 PASS Creating an element in the document of the template elements must not enque ue a custom element upgrade reaction because the document does not have a browsi ng context
3 PASS Creating an element in the document of the template elements and inserting into the document must not enqueue a custom element upgrade reaction 4 PASS Creating an element in the document of the template elements and inserting into the document must not enqueue a custom element upgrade reaction
4 PASS Creating an element in the document of the template elements and adopting b ack to a document with browsing context must enqueue a custom element upgrade re action 5 PASS Creating an element in the document of the template elements and adopting b ack to a document with browsing context must enqueue a custom element upgrade re action
5 FAIL Creating an element in a new document must not enqueue a custom element upg rade reaction because the document does not have a browsing context promise_test : Unhandled rejection with value: object "TypeError: Illegal constructor" 6 FAIL Creating an element in a new document must not enqueue a custom element upg rade reaction because the document does not have a browsing context promise_test : Unhandled rejection with value: object "TypeError: Illegal constructor"
6 FAIL Creating an element in a new document and inserting into the document must not enqueue a custom element upgrade reaction promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor" 7 FAIL Creating an element in a new document and inserting into the document must not enqueue a custom element upgrade reaction promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
7 FAIL Creating an element in a new document and adopting back to a document with browsing context must enqueue a custom element upgrade reaction promise_test: Un handled rejection with value: object "TypeError: Illegal constructor" 8 FAIL Creating an element in a new document and adopting back to a document with browsing context must enqueue a custom element upgrade reaction promise_test: Un handled rejection with value: object "TypeError: Illegal constructor"
8 PASS Creating an element in a cloned document must not enqueue a custom element upgrade reaction because the document does not have a browsing context 9 PASS Creating an element in a cloned document must not enqueue a custom element upgrade reaction because the document does not have a browsing context
9 PASS Creating an element in a cloned document and inserting into the document mu st not enqueue a custom element upgrade reaction 10 PASS Creating an element in a cloned document and inserting into the document mu st not enqueue a custom element upgrade reaction
10 PASS Creating an element in a cloned document and adopting back to a document wi th browsing context must enqueue a custom element upgrade reaction 11 PASS Creating an element in a cloned document and adopting back to a document wi th browsing context must enqueue a custom element upgrade reaction
11 PASS Creating an element in a document created by createHTMLDocument must not en queue a custom element upgrade reaction because the document does not have a bro wsing context 12 PASS Creating an element in a document created by createHTMLDocument must not en queue a custom element upgrade reaction because the document does not have a bro wsing context
12 PASS Creating an element in a document created by createHTMLDocument and inserti ng into the document must not enqueue a custom element upgrade reaction 13 PASS Creating an element in a document created by createHTMLDocument and inserti ng into the document must not enqueue a custom element upgrade reaction
13 PASS Creating an element in a document created by createHTMLDocument and adoptin g back to a document with browsing context must enqueue a custom element upgrade reaction 14 PASS Creating an element in a document created by createHTMLDocument and adoptin g back to a document with browsing context must enqueue a custom element upgrade reaction
14 PASS Creating an element in an HTML document created by createDocument must not enqueue a custom element upgrade reaction because the document does not have a b rowsing context 15 PASS Creating an element in an HTML document created by createDocument must not enqueue a custom element upgrade reaction because the document does not have a b rowsing context
15 PASS Creating an element in an HTML document created by createDocument and inser ting into the document must not enqueue a custom element upgrade reaction 16 PASS Creating an element in an HTML document created by createDocument and inser ting into the document must not enqueue a custom element upgrade reaction
16 PASS Creating an element in an HTML document created by createDocument and adopt ing back to a document with browsing context must enqueue a custom element upgra de reaction 17 PASS Creating an element in an HTML document created by createDocument and adopt ing back to a document with browsing context must enqueue a custom element upgra de reaction
17 PASS Creating an element in an HTML document fetched by XHR must not enqueue a c ustom element upgrade reaction because the document does not have a browsing con text 18 PASS Creating an element in an HTML document fetched by XHR must not enqueue a c ustom element upgrade reaction because the document does not have a browsing con text
18 PASS Creating an element in an HTML document fetched by XHR and inserting into t he document must not enqueue a custom element upgrade reaction 19 PASS Creating an element in an HTML document fetched by XHR and inserting into t he document must not enqueue a custom element upgrade reaction
19 PASS Creating an element in an HTML document fetched by XHR and adopting back to a document with browsing context must enqueue a custom element upgrade reaction 20 PASS Creating an element in an HTML document fetched by XHR and adopting back to a document with browsing context must enqueue a custom element upgrade reaction
20 PASS Creating an element in the document of an iframe must not enqueue a custom element upgrade reaction if there is no matching definition 21 PASS Creating an element in the document of an iframe must not enqueue a custom element upgrade reaction if there is no matching definition
21 PASS Creating an element in the document of an iframe must enqueue a custom elem ent upgrade reaction if there is a matching definition 22 PASS Creating an element in the document of an iframe must enqueue a custom elem ent upgrade reaction if there is a matching definition
22 PASS "define" in the document of an iframe must not enqueue a custom element upg rade reaction on a disconnected unresolved custom element 23 PASS "define" in the document of an iframe must not enqueue a custom element upg rade reaction on a disconnected unresolved custom element
23 PASS Inserting an unresolved custom element into the document of an iframe must enqueue a custom element upgrade reaction 24 PASS Inserting an unresolved custom element into the document of an iframe must enqueue a custom element upgrade reaction
24 PASS "define" in the document of an iframe must enqueue a custom element upgrade reaction on a connected unresolved custom element 25 PASS "define" in the document of an iframe must enqueue a custom element upgrade reaction on a connected unresolved custom element
25 PASS Adopting (and leaving disconnceted) an unresolved custom element into the d ocument of an iframe must not enqueue a custom element upgrade reaction 26 PASS Adopting (and leaving disconnceted) an unresolved custom element into the d ocument of an iframe must not enqueue a custom element upgrade reaction
26 PASS Adopting and inserting an unresolved custom element into the document of an iframe must enqueue a custom element upgrade reaction 27 PASS Adopting and inserting an unresolved custom element into the document of an iframe must enqueue a custom element upgrade reaction
27 Harness: the test ran to completion. 28 Harness: the test ran to completion.
28 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698