Index: third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype-expected.txt b/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype-expected.txt |
index 4ba603aef39775e22450da1bf80e7cba828bec06..fc0b73b84a619961058bfef33206bb9850fd2a4d 100644 |
--- a/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype-expected.txt |
+++ b/third_party/WebKit/LayoutTests/webexposed/event-target-in-prototype-expected.txt |
@@ -12,9 +12,9 @@ PASS Node.prototype.__proto__ is EventTarget.prototype |
PASS Performance.prototype.__proto__ is EventTarget.prototype |
PASS SharedWorker.prototype.__proto__ is EventTarget.prototype |
PASS WebSocket.prototype.__proto__ is EventTarget.prototype |
-PASS Window.prototype.__proto__ is EventTarget.prototype |
PASS Worker.prototype.__proto__ is EventTarget.prototype |
PASS AudioContext.prototype.__proto__ is EventTarget.prototype |
+PASS Window.prototype.__proto__.__proto__ is EventTarget.prototype |
PASS successfullyParsed is true |
TEST COMPLETE |