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

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: More test rebaselines Created 5 years, 9 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..2435f7e2741898ccb10b6430ffad869a617073ec 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 EventTargetPrototype]
-[object Object]
+[object NodePrototype]
-[object Object]
+[object DocumentPrototype]
-[object Object]
+[object HTMLDocumentPrototype]
----- [object HTMLDivElement] (6 prototypes) -----
[object Object]
-[object Object]
+[object EventTargetPrototype]
-[object Object]
+[object NodePrototype]
-[object Object]
+[object ElementPrototype]
-[object Object]
+[object HTMLElementPrototype]
-[object Object]
+[object HTMLDivElementPrototype]
----- [object HTMLFormElement] (6 prototypes) -----
[object Object]
-[object Object]
+[object EventTargetPrototype]
-[object Object]
+[object NodePrototype]
-[object Object]
+[object ElementPrototype]
-[object Object]
+[object HTMLElementPrototype]
-[object Object]
+[object HTMLFormElementPrototype]
----- [object UIEvent] (3 prototypes) -----
[object Object]
-[object Object]
+[object EventPrototype]
-[object Object]
+[object UIEventPrototype]
----- [object MouseEvent] (4 prototypes) -----
[object Object]
-[object Object]
+[object EventPrototype]
-[object Object]
+[object UIEventPrototype]
-[object Object]
+[object MouseEventPrototype]
----- [object KeyboardEvent] (4 prototypes) -----
[object Object]
-[object Object]
+[object EventPrototype]
-[object Object]
+[object UIEventPrototype]
-[object Object]
+[object KeyboardEventPrototype]

Powered by Google App Engine
This is Rietveld 408576698