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

Unified Diff: third_party/WebKit/LayoutTests/custom-elements/spec/upgrade-element-expected.txt

Issue 2129843002: CustomElements: upgrade an element (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added failure expectation Created 4 years, 5 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
« no previous file with comments | « third_party/WebKit/LayoutTests/custom-elements/spec/upgrade-element.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/custom-elements/spec/upgrade-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/custom-elements/spec/upgrade-element-expected.txt b/third_party/WebKit/LayoutTests/custom-elements/spec/upgrade-element-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a479d42fbdcec097e0736ac3a969d91d6a748b72
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/custom-elements/spec/upgrade-element-expected.txt
@@ -0,0 +1,7 @@
+This is a testharness.js-based test.
+PASS "connectedCallback", "attributeChangedCallback" reactions should execute after the constructor
+PASS The constructor non-conformatly uses API decorated with the [CEReactions]
+FAIL Upgrading an element with a throwing constructor should rethrow that exception assert_array_equals: rethrow any exception thrown from constructor property 0, expected "constructor throws" but got object "Error: assert_false: calling super() with non-empty construction stack should not define the element expected false got true"
+FAIL Upgrading an element with invalid constructor assert_array_equals: returning object that is different from element should throw "InvalidStateError" lengths differ, expected 1 got 0
+Harness: the test ran to completion.
+
« no previous file with comments | « third_party/WebKit/LayoutTests/custom-elements/spec/upgrade-element.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698