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

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

Issue 14891003: The first in a series of mass rebaselines. I tried to avoid (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/platform/chromium-win/fast/dom/prototype-chain-expected.txt
diff --git a/LayoutTests/platform/chromium-win/fast/dom/prototype-chain-expected.txt b/LayoutTests/platform/chromium-win/fast/dom/prototype-chain-expected.txt
deleted file mode 100644
index 2db201117d72db04b31ebb07f52bb1557f590e3a..0000000000000000000000000000000000000000
--- a/LayoutTests/platform/chromium-win/fast/dom/prototype-chain-expected.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-This page prints out the prototype chains of select DOM objects. Older versions of WebCore didn't properly implement prototype chaining for these objects.
-
-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 Object]
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
------ [object HTMLDivElement] (5 prototypes) -----
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
------ [object HTMLFormElement] (5 prototypes) -----
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
------ [object UIEvent] (3 prototypes) -----
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
------ [object MouseEvent] (4 prototypes) -----
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
------ [object KeyboardEvent] (4 prototypes) -----
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
-[object Object]
-
-

Powered by Google App Engine
This is Rietveld 408576698