Chromium Code Reviews| Index: LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt |
| diff --git a/LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt b/LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt |
| index 9383e0435a7aeba8191d3d2b28cfa9fd2a50a848..b742120d4d384ffc37285e1d9f50a8f9a57c3dc8 100644 |
| --- a/LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt |
| +++ b/LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt |
| @@ -5,7 +5,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE |
| PASS EventSource.prototype.__proto__ is EventTarget.prototype |
| PASS FileReader.prototype.__proto__ is EventTarget.prototype |
| -PASS MediaController.prototype.__proto__ is EventTarget.prototype |
| +FAIL MediaController.prototype.__proto__ should be [object Object]. Threw exception 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.
|
| PASS MediaSource.prototype.__proto__ is EventTarget.prototype |
| PASS MessagePort.prototype.__proto__ is EventTarget.prototype |
| PASS Node.prototype.__proto__ is EventTarget.prototype |