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

Side by Side Diff: LayoutTests/webexposed/event-target-in-prototype-expected.txt

Issue 18112019: Have Window inherit EventTarget interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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
OLDNEW
1 Check that interfaces inherit from EventTarget 1 Check that interfaces inherit from EventTarget
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS EventSource.prototype.__proto__ is EventTarget.prototype 6 PASS EventSource.prototype.__proto__ is EventTarget.prototype
7 PASS MessagePort.prototype.__proto__ is EventTarget.prototype 7 PASS MessagePort.prototype.__proto__ is EventTarget.prototype
8 FAIL Node.prototype.__proto__ should be [object Object]. Was [object Object]. 8 FAIL Node.prototype.__proto__ should be [object Object]. Was [object Object].
9 PASS WebSocket.prototype.__proto__ is EventTarget.prototype 9 PASS WebSocket.prototype.__proto__ is EventTarget.prototype
10 FAIL Window.prototype.__proto__ should be [object Object]. Was [object Object]. 10 PASS Window.prototype.__proto__ is EventTarget.prototype
11 PASS XMLHttpRequest.prototype.__proto__ is EventTarget.prototype 11 PASS XMLHttpRequest.prototype.__proto__ is EventTarget.prototype
12 PASS XMLHttpRequestUpload.prototype.__proto__ is EventTarget.prototype 12 PASS XMLHttpRequestUpload.prototype.__proto__ is EventTarget.prototype
13 PASS webkitAudioContext.prototype.__proto__ is EventTarget.prototype 13 PASS webkitAudioContext.prototype.__proto__ is EventTarget.prototype
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/scripts/deprecated_code_generator_v8.pm » ('j') | Source/bindings/v8/custom/V8WindowCustom.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698