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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/custom-elements/upgrading-expected.txt

Issue 2434563008: Import wpt@26c8d4e87448d1c4e5ebf2ddb4917c0633c201db (Closed)
Patch Set: Mark one more test as potentially timing out Created 4 years, 2 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/imported/wpt/custom-elements/upgrading-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/upgrading-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/upgrading-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..4fedcfe6823462ff0b672a27c4c909271f050fa3
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/custom-elements/upgrading-expected.txt
@@ -0,0 +1,28 @@
+This is a testharness.js-based test.
+PASS Creating an element in the document of the template elements must not enqueue a custom element upgrade reaction because the document does not have a browsing context
+PASS Creating an element in the document of the template elements and inserting into the document must not enqueue a custom element upgrade reaction
+PASS Creating an element in the document of the template elements and adopting back to a document with browsing context must enqueue a custom element upgrade reaction
+FAIL Creating an element in a new document must not enqueue a custom element upgrade reaction because the document does not have a browsing context promise_test: Unhandled rejection with value: object "TypeError: Illegal constructor"
+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"
+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: Unhandled rejection with value: object "TypeError: Illegal constructor"
+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
+PASS Creating an element in a cloned document and inserting into the document must not enqueue a custom element upgrade reaction
+PASS Creating an element in a cloned document and adopting back to a document with browsing context must enqueue a custom element upgrade reaction
+PASS Creating an element in a document created by createHTMLDocument must not enqueue a custom element upgrade reaction because the document does not have a browsing context
+PASS Creating an element in a document created by createHTMLDocument and inserting into the document must not enqueue a custom element upgrade reaction
+PASS Creating an element in a document created by createHTMLDocument and adopting back to a document with browsing context must enqueue a custom element upgrade reaction
+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 browsing context
+PASS Creating an element in an HTML document created by createDocument and inserting into the document must not enqueue a custom element upgrade reaction
+PASS Creating an element in an HTML document created by createDocument and adopting back to a document with browsing context must enqueue a custom element upgrade reaction
+PASS Creating an element in an HTML document fetched by XHR must not enqueue a custom element upgrade reaction because the document does not have a browsing context
+PASS Creating an element in an HTML document fetched by XHR and inserting into the document must not enqueue a custom element upgrade reaction
+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
+PASS Creating an element in the document of an iframe must not enqueue a custom element upgrade reaction if there is no matching definition
+PASS Creating an element in the document of an iframe must enqueue a custom element upgrade reaction if there is a matching definition
+PASS "define" in the document of an iframe must not enqueue a custom element upgrade reaction on a disconnected unresolved custom element
+PASS Inserting an unresolved custom element into the document of an iframe must enqueue a custom element upgrade reaction
+PASS "define" in the document of an iframe must enqueue a custom element upgrade reaction on a connected unresolved custom element
+PASS Adopting (and leaving disconnceted) an unresolved custom element into the document of an iframe must not enqueue a custom element upgrade reaction
+PASS Adopting and inserting an unresolved custom element into the document of an iframe must enqueue a custom element upgrade reaction
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698