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

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

Issue 18539006: Have Node inherit EventTarget interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/webexposed/event-target-in-prototype-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2db201117d72db04b31ebb07f52bb1557f590e3a..044dfc2a59ec4e9823ca55a9cdfe4076f5aa7ec1 100644
--- a/LayoutTests/fast/dom/prototype-chain-expected.txt
+++ b/LayoutTests/fast/dom/prototype-chain-expected.txt
@@ -2,7 +2,7 @@ This page prints out the prototype chains of select DOM objects. Older versions
NOTE: This test will start failing if you change the layout of a related prototype chain in WebCore. That does not necessarily mean that you have done something wrong; you may just need to check in new results.
------ [object HTMLDocument] (4 prototypes) -----
+----- [object HTMLDocument] (5 prototypes) -----
[object Object]
@@ -12,7 +12,11 @@ NOTE: This test will start failing if you change the layout of a related prototy
[object Object]
------ [object HTMLDivElement] (5 prototypes) -----
+[object Object]
+
+----- [object HTMLDivElement] (6 prototypes) -----
+
+[object Object]
[object Object]
@@ -24,7 +28,9 @@ NOTE: This test will start failing if you change the layout of a related prototy
[object Object]
------ [object HTMLFormElement] (5 prototypes) -----
+----- [object HTMLFormElement] (6 prototypes) -----
+
+[object Object]
[object Object]
« no previous file with comments | « no previous file | LayoutTests/webexposed/event-target-in-prototype-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698