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

Unified Diff: LayoutTests/fast/dom/prototype-chain-expected.txt

Issue 1017733003: [DO NOT LAND] Set @@toStringTag for DOM object prototypes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test expectations Created 5 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/prototype-chain-expected.txt
diff --git a/LayoutTests/fast/dom/prototype-chain-expected.txt b/LayoutTests/fast/dom/prototype-chain-expected.txt
index 044dfc2a59ec4e9823ca55a9cdfe4076f5aa7ec1..985997b77e1ccf110e1fad2a29168be8fa36fdcc 100644
--- a/LayoutTests/fast/dom/prototype-chain-expected.txt
+++ b/LayoutTests/fast/dom/prototype-chain-expected.txt
@@ -6,68 +6,68 @@ NOTE: This test will start failing if you change the layout of a related prototy
[object Object]
-[object Object]
+[object EventTarget]
-[object Object]
+[object Node]
-[object Object]
+[object Document]
-[object Object]
+[object HTMLDocument]
----- [object HTMLDivElement] (6 prototypes) -----
[object Object]
-[object Object]
+[object EventTarget]
-[object Object]
+[object Node]
-[object Object]
+[object Element]
-[object Object]
+[object HTMLElement]
-[object Object]
+[object HTMLDivElement]
----- [object HTMLFormElement] (6 prototypes) -----
[object Object]
-[object Object]
+[object EventTarget]
-[object Object]
+[object Node]
-[object Object]
+[object Element]
-[object Object]
+[object HTMLElement]
-[object Object]
+[object HTMLFormElement]
----- [object UIEvent] (3 prototypes) -----
[object Object]
-[object Object]
+[object Event]
-[object Object]
+[object UIEvent]
----- [object MouseEvent] (4 prototypes) -----
[object Object]
-[object Object]
+[object Event]
-[object Object]
+[object UIEvent]
-[object Object]
+[object MouseEvent]
----- [object KeyboardEvent] (4 prototypes) -----
[object Object]
-[object Object]
+[object Event]
-[object Object]
+[object UIEvent]
-[object Object]
+[object KeyboardEvent]

Powered by Google App Engine
This is Rietveld 408576698