| Index: LayoutTests/dart/custom/lifecycle-exception-expected.txt
|
| diff --git a/LayoutTests/dart/custom/lifecycle-exception-expected.txt b/LayoutTests/dart/custom/lifecycle-exception-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..edb61e2479bbb394477e84cf2c10a1c3b47d5dea
|
| --- /dev/null
|
| +++ b/LayoutTests/dart/custom/lifecycle-exception-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +CONSOLE MESSAGE: before attached throw
|
| +CONSOLE ERROR: line 12: Exception: attached error
|
| +CONSOLE MESSAGE: before attached throw
|
| +CONSOLE MESSAGE: Caught direct throw
|
| +CONSOLE ERROR: line 44: Exception: Class 'Error' has no instance method 'attributeChanged' with matching arguments.
|
| +
|
| +NoSuchMethodError: incorrect number of arguments passed to method named 'attributeChanged'
|
| +Receiver: Instance of 'Error'
|
| +Tried calling: attributeChanged("foo", null, "bar")
|
| +Found: attributeChanged()
|
| +CONSOLE MESSAGE: before detached throw
|
| +CONSOLE ERROR: line 18: Exception: detached error
|
| +CONSOLE ERROR: line 29: Exception: Error2 cannot be created
|
| +CONSOLE MESSAGE: false
|
| +CONSOLE MESSAGE: true
|
| +
|
|
|