| 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.
|
| +
|
|
|