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

Unified Diff: LayoutTests/dart/custom/lifecycle-exception-expected.txt

Issue 1663753002: Apply all blink changes between @202695 and tip of trunk (Closed) Base URL: svn://svn.chromium.org/blink/branches/dart/2454_1
Patch Set: Created 4 years, 11 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 | « no previous file | LayoutTests/dart/dom/Console-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index edb61e2479bbb394477e84cf2c10a1c3b47d5dea..abda6f09d8d5d848ea014b292028b86c643bc48f 100644
--- a/LayoutTests/dart/custom/lifecycle-exception-expected.txt
+++ b/LayoutTests/dart/custom/lifecycle-exception-expected.txt
@@ -1,16 +1,40 @@
-CONSOLE MESSAGE: before attached throw
-CONSOLE ERROR: line 12: Exception: attached error
+CONSOLE MESSAGE: line 1: before attached throw
+CONSOLE ERROR: line 1: Uncaught Unhandled exception:
+attached error
+#0 Error.attached (lifecycle-exception.dart:38:19)
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.
+CONSOLE ERROR: line 1: Uncaught Unhandled 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
+#0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42)
+#1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45)
+#2 JSObject.noSuchMethod.throwError (dart:js:xxxx)
+#3 JSObject.noSuchMethod (dart:js:xxxx)
+#4 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
+#5 JsObject._callMethod (dart:js:xxxx)
+#6 JsNative.callMethod (dart:js:xxxx)
+#7 Blink_JsNative_DomException.callMethod (dart:_blink:xxxx)
+#8 BlinkElement.setAttribute_Callback_2_ (dart:_blink:xxxx)
+#9 Element.setAttribute (dart:html:xxxx)
+#10 main (lifecycle-exception.dart:44:13)
+CONSOLE MESSAGE: line 1: before detached throw
+CONSOLE ERROR: line 1: Uncaught Unhandled exception:
+detached error
+#0 Error.detached (lifecycle-exception.dart:45:13)
+CONSOLE ERROR: line 1: Uncaught Unhandled exception:
+Error2 cannot be created
+#0 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
+#1 JsObject._callMethod (dart:js:xxxx)
+#2 JsNative.callMethod (dart:js:xxxx)
+#3 Blink_JsNative_DomException.callMethod (dart:_blink:xxxx)
+#4 BlinkDocument.createElement_Callback_1_ (dart:_blink:xxxx)
+#5 Document.createElement (dart:html:xxxx)
+#6 main (lifecycle-exception.dart:53:28)
CONSOLE MESSAGE: false
CONSOLE MESSAGE: true
« no previous file with comments | « no previous file | LayoutTests/dart/dom/Console-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698