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

Unified Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt

Issue 151196: Update V8 to version 1.2.11.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt
===================================================================
--- webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt (revision 19803)
+++ webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-history-put-expected.txt (working copy)
@@ -22,6 +22,7 @@
PASS: window.history.back should be 'function () { [native code] }' and is.
PASS: window.history.forward should be 'function () { [native code] }' and is.
PASS: window.history.go should be 'function () { [native code] }' and is.
-PASS: window.history.toString should be 'function toString() { var c = ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is.
+PASS: window.history.toString should be 'function toString() { var c = _ClassOf(this); if (c === 'Arguments') c = 'Object'; return "[object " + c + "]";}' and is.
PASS: window.history.length matched the expected value.
PASS: window.history.customAttribute should be 'customAttribute' and is.
+

Powered by Google App Engine
This is Rietveld 408576698