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

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

Issue 250553006: Unship MediaController by making it an experimental runtime-enabled feature (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 8 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/virtual/stable/webexposed/global-constructors-listing-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 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 MediaController.prototype.__proto__ is EventTarget.prototype 8 FAIL MediaController.prototype.__proto__ should be [object Object]. Threw except ion ReferenceError: MediaController is not defined
acolwell GONE FROM CHROMIUM 2014/04/28 15:52:14 This doesn't seem right. This is the only FAIL in
philipj_slow 2014/04/28 16:28:18 There probably are, but event-target-in-prototype.
9 PASS MediaSource.prototype.__proto__ is EventTarget.prototype 9 PASS MediaSource.prototype.__proto__ is EventTarget.prototype
10 PASS MessagePort.prototype.__proto__ is EventTarget.prototype 10 PASS MessagePort.prototype.__proto__ is EventTarget.prototype
11 PASS Node.prototype.__proto__ is EventTarget.prototype 11 PASS Node.prototype.__proto__ is EventTarget.prototype
12 PASS Performance.prototype.__proto__ is EventTarget.prototype 12 PASS Performance.prototype.__proto__ is EventTarget.prototype
13 PASS SVGElementInstance.prototype.__proto__ is EventTarget.prototype 13 PASS SVGElementInstance.prototype.__proto__ is EventTarget.prototype
14 PASS SharedWorker.prototype.__proto__ is EventTarget.prototype 14 PASS SharedWorker.prototype.__proto__ is EventTarget.prototype
15 PASS WebSocket.prototype.__proto__ is EventTarget.prototype 15 PASS WebSocket.prototype.__proto__ is EventTarget.prototype
16 PASS Window.prototype.__proto__ is EventTarget.prototype 16 PASS Window.prototype.__proto__ is EventTarget.prototype
17 PASS Worker.prototype.__proto__ is EventTarget.prototype 17 PASS Worker.prototype.__proto__ is EventTarget.prototype
18 PASS AudioContext.prototype.__proto__ is EventTarget.prototype 18 PASS AudioContext.prototype.__proto__ is EventTarget.prototype
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/virtual/stable/webexposed/global-constructors-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698