diff options
author | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 17:45:53 +0000 |
---|---|---|
committer | ericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-13 17:45:53 +0000 |
commit | d9399e62798b6759e8ecee1323bbe0723c8533fa (patch) | |
tree | 43e4f6c1e4436dde747b506e7ef6289c0da78d4f /webkit | |
parent | 2aa70a4139bd330b5deaaa39e5cb4d7b41be2d02 (diff) | |
download | chromium_src-d9399e62798b6759e8ecee1323bbe0723c8533fa.zip chromium_src-d9399e62798b6759e8ecee1323bbe0723c8533fa.tar.gz chromium_src-d9399e62798b6759e8ecee1323bbe0723c8533fa.tar.bz2 |
This file was supposed to be part of r3290 but I forgot to "svn add" it.
(it changes capitalization of "c" to "C" in an error message).
TBR=tc@chromium.org
Review URL: http://codereview.chromium.org/7268
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_test_results/v8/LayoutTests/fast/js/cyclic-proto-expected.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/webkit/data/layout_test_results/v8/LayoutTests/fast/js/cyclic-proto-expected.txt b/webkit/data/layout_test_results/v8/LayoutTests/fast/js/cyclic-proto-expected.txt new file mode 100644 index 0000000..7ca69bb --- /dev/null +++ b/webkit/data/layout_test_results/v8/LayoutTests/fast/js/cyclic-proto-expected.txt @@ -0,0 +1,11 @@ +This test checks that setting a cyclic value for __proto__ throws an exception and does not alter __proto__. This was reported as bug 17927. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS x.__proto__ = x; threw exception Error: Cyclic __proto__ value. +PASS x.__proto__ is originalProto +PASS successfullyParsed is true + +TEST COMPLETE + |