diff options
author | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 17:26:50 +0000 |
---|---|---|
committer | levin@chromium.org <levin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-29 17:26:50 +0000 |
commit | 0e42ef3ab6de01893434b917baffe1f9e49bdadc (patch) | |
tree | ed5c3634be399196464dec677ce1872d7d9624d9 /chrome/test | |
parent | 9b0b0df71886983a80f8f2bb864675a7c31a9adc (diff) | |
download | chromium_src-0e42ef3ab6de01893434b917baffe1f9e49bdadc.zip chromium_src-0e42ef3ab6de01893434b917baffe1f9e49bdadc.tar.gz chromium_src-0e42ef3ab6de01893434b917baffe1f9e49bdadc.tar.bz2 |
DomChecker failure changed with WebKit roll 48821:48841.
Updating the failure for now while investigation continues.
BUG=23344
TEST=None
Review URL: http://codereview.chromium.org/255005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/dom_checker/expected_failures-file.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/data/dom_checker/expected_failures-file.txt b/chrome/test/data/dom_checker/expected_failures-file.txt index 53486ed..8abb808 100644 --- a/chrome/test/data/dom_checker/expected_failures-file.txt +++ b/chrome/test/data/dom_checker/expected_failures-file.txt @@ -5,11 +5,11 @@ (blank).location.replace('about:blank') call (blank).postMessage read [value: function () { [native code] }] (third-party).frames.length read [value: 2] -(third-party).frames[0] probe [value: [object global]] +(third-party).frames[0] probe [value: [object DOMWindow]] (third-party).history.forward(0) call -(third-party).length read [value: 0] +(third-party).length read [value: 2] (third-party).postMessage read [value: function () { [native code] }] (third-party).window.length read [value: 2] -(third-party).window[0] probe [value: [object global]] +(third-party).window[0] probe [value: [object DOMWindow]] document.domain = '' open() frame name lookup |