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

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

Issue 22897010: Add a virtual test suite for exposed "stable" features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined change. Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt
diff --git a/LayoutTests/webexposed/event-target-in-prototype-expected.txt b/LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt
similarity index 88%
copy from LayoutTests/webexposed/event-target-in-prototype-expected.txt
copy to LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt
index 50093947facf471d182a96780b8784bf50bdcd63..7c2f4878e4fba176986a7315011138348e45c366 100644
--- a/LayoutTests/webexposed/event-target-in-prototype-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/event-target-in-prototype-expected.txt
@@ -6,7 +6,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
-PASS MediaSource.prototype.__proto__ is EventTarget.prototype
+FAIL MediaSource.prototype.__proto__ should be [object Object]. Threw exception ReferenceError: MediaSource is not defined
PASS MessagePort.prototype.__proto__ is EventTarget.prototype
PASS Node.prototype.__proto__ is EventTarget.prototype
PASS Performance.prototype.__proto__ is EventTarget.prototype

Powered by Google App Engine
This is Rietveld 408576698