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

Side by Side 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, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/dart/dom/Console-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE MESSAGE: before attached throw 1 CONSOLE MESSAGE: line 1: before attached throw
2 CONSOLE ERROR: line 12: Exception: attached error 2 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
3 attached error
4 #0 Error.attached (lifecycle-exception.dart:38:19)
3 CONSOLE MESSAGE: before attached throw 5 CONSOLE MESSAGE: before attached throw
4 CONSOLE MESSAGE: Caught direct throw 6 CONSOLE MESSAGE: Caught direct throw
5 CONSOLE ERROR: line 44: Exception: Class 'Error' has no instance method 'attribu teChanged' with matching arguments. 7 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
8 Class 'Error' has no instance method 'attributeChanged' with matching arguments.
6 9
7 NoSuchMethodError: incorrect number of arguments passed to method named 'attribu teChanged' 10 NoSuchMethodError: incorrect number of arguments passed to method named 'attribu teChanged'
8 Receiver: Instance of 'Error' 11 Receiver: Instance of 'Error'
9 Tried calling: attributeChanged("foo", null, "bar") 12 Tried calling: attributeChanged("foo", null, "bar")
10 Found: attributeChanged() 13 Found: attributeChanged()
11 CONSOLE MESSAGE: before detached throw 14 #0 Object._noSuchMethod (dart:core-patch/object_patch.dart:42)
12 CONSOLE ERROR: line 18: Exception: detached error 15 #1 Object.noSuchMethod (dart:core-patch/object_patch.dart:45)
13 CONSOLE ERROR: line 29: Exception: Error2 cannot be created 16 #2 JSObject.noSuchMethod.throwError (dart:js:xxxx)
17 #3 JSObject.noSuchMethod (dart:js:xxxx)
18 #4 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
19 #5 JsObject._callMethod (dart:js:xxxx)
20 #6 JsNative.callMethod (dart:js:xxxx)
21 #7 Blink_JsNative_DomException.callMethod (dart:_blink:xxxx)
22 #8 BlinkElement.setAttribute_Callback_2_ (dart:_blink:xxxx)
23 #9 Element.setAttribute (dart:html:xxxx)
24 #10 main (lifecycle-exception.dart:44:13)
25 CONSOLE MESSAGE: line 1: before detached throw
26 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
27 detached error
28 #0 Error.detached (lifecycle-exception.dart:45:13)
29 CONSOLE ERROR: line 1: Uncaught Unhandled exception:
30 Error2 cannot be created
31 #0 HtmlDocument.registerElement.<anonymous closure> (dart:html:xxxx)
32 #1 JsObject._callMethod (dart:js:xxxx)
33 #2 JsNative.callMethod (dart:js:xxxx)
34 #3 Blink_JsNative_DomException.callMethod (dart:_blink:xxxx)
35 #4 BlinkDocument.createElement_Callback_1_ (dart:_blink:xxxx)
36 #5 Document.createElement (dart:html:xxxx)
37 #6 main (lifecycle-exception.dart:53:28)
14 CONSOLE MESSAGE: false 38 CONSOLE MESSAGE: false
15 CONSOLE MESSAGE: true 39 CONSOLE MESSAGE: true
16 40
OLDNEW
« 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