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

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

Issue 257033002: Do not implement EventTarget on SVGElementInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Try to fix TestExpectations Created 6 years, 6 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
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 FileReader.prototype.__proto__ is EventTarget.prototype 7 PASS FileReader.prototype.__proto__ is EventTarget.prototype
8 PASS MediaSource.prototype.__proto__ is EventTarget.prototype 8 PASS MediaSource.prototype.__proto__ is EventTarget.prototype
9 PASS MessagePort.prototype.__proto__ is EventTarget.prototype 9 PASS MessagePort.prototype.__proto__ is EventTarget.prototype
10 PASS Node.prototype.__proto__ is EventTarget.prototype 10 PASS Node.prototype.__proto__ is EventTarget.prototype
11 PASS Performance.prototype.__proto__ is EventTarget.prototype 11 PASS Performance.prototype.__proto__ is EventTarget.prototype
12 PASS SVGElementInstance.prototype.__proto__ is EventTarget.prototype
13 PASS SharedWorker.prototype.__proto__ is EventTarget.prototype 12 PASS SharedWorker.prototype.__proto__ is EventTarget.prototype
14 PASS WebSocket.prototype.__proto__ is EventTarget.prototype 13 PASS WebSocket.prototype.__proto__ is EventTarget.prototype
15 PASS Window.prototype.__proto__ is EventTarget.prototype 14 PASS Window.prototype.__proto__ is EventTarget.prototype
16 PASS Worker.prototype.__proto__ is EventTarget.prototype 15 PASS Worker.prototype.__proto__ is EventTarget.prototype
17 PASS AudioContext.prototype.__proto__ is EventTarget.prototype 16 PASS AudioContext.prototype.__proto__ is EventTarget.prototype
18 PASS successfullyParsed is true 17 PASS successfullyParsed is true
19 18
20 TEST COMPLETE 19 TEST COMPLETE
21 20
OLDNEW
« no previous file with comments | « LayoutTests/svg/dom/svg2-inheritance-expected.txt ('k') | LayoutTests/webexposed/event-target-in-prototype.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698