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

Unified Diff: LayoutTests/fast/dom/wrapper-identity-expected.txt

Issue 66113002: Partial revert of r161493. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 7 years, 1 month 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/wrapper-identity-expected.txt
diff --git a/LayoutTests/fast/dom/wrapper-identity-expected.txt b/LayoutTests/fast/dom/wrapper-identity-expected.txt
index 8f1df10b4eea891d02084d7b04e0f9aefd4b4c8b..555d40436c101de277eb8d0dcc592d802297f17d 100644
--- a/LayoutTests/fast/dom/wrapper-identity-expected.txt
+++ b/LayoutTests/fast/dom/wrapper-identity-expected.txt
@@ -3,6 +3,9 @@ This tests wrapper identity for JavaScript
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+PASS successfullyParsed is true
+
+TEST COMPLETE
PASS var object = [ ]; isEqualJS(object, object); is true
PASS var object = { }; isEqualJS(object, object); is true
PASS var object = new Array(); isEqualJS(object, object); is true
@@ -174,7 +177,4 @@ PASS var object = window['test']; isEqualJS(object, object); is true
PASS var object = window['toolbar']; isEqualJS(object, object); is true
PASS var object = window['top']; isEqualJS(object, object); is true
PASS var object = window['window']; isEqualJS(object, object); is true
-PASS successfullyParsed is true
-
-TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/wrapper-classes-expected.txt ('k') | LayoutTests/fast/dom/zoom-scroll-page-test-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698