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

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

Issue 1532413002: Added Dartium changes onto 45.0.2454.104 (Closed) Base URL: http://src.chromium.org/blink/branches/chromium/2454
Patch Set: Created 5 years 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 | « LayoutTests/dart/custom/lifecycle-exception.html ('k') | LayoutTests/dart/dart-imports.dart » ('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
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
+
« no previous file with comments | « LayoutTests/dart/custom/lifecycle-exception.html ('k') | LayoutTests/dart/dart-imports.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698