diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 17:35:55 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 17:35:55 +0000 |
commit | 8131d7b56f3496d17f616598f0474bf6cf336864 (patch) | |
tree | 2cb29d1cdbbc010613c78fe6dc5e9db9d3ff0ad7 /chrome | |
parent | 0eb0e37e234c2fa5d4b82d7147bcb782a03b6452 (diff) | |
download | chromium_src-8131d7b56f3496d17f616598f0474bf6cf336864.zip chromium_src-8131d7b56f3496d17f616598f0474bf6cf336864.tar.gz chromium_src-8131d7b56f3496d17f616598f0474bf6cf336864.tar.bz2 |
Remove the exclusions from dom_checker tests that pass on the bots.
These are the tests that have been passing on the tests for quite some time.
BUG=38018
TEST=dom_checker tests on the full release builders remain green.
Review URL: http://codereview.chromium.org/1324002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
3 files changed, 0 insertions, 8 deletions
diff --git a/chrome/test/data/dom_checker/expected_failures_linux-file.txt b/chrome/test/data/dom_checker/expected_failures_linux-file.txt index 0e48ae4..7fc0354 100644 --- a/chrome/test/data/dom_checker/expected_failures_linux-file.txt +++ b/chrome/test/data/dom_checker/expected_failures_linux-file.txt @@ -11,6 +11,3 @@ (third-party).window[0] probe [value: [object DOMWindow]] document.domain = '' open() frame name lookup - -# Issue 38018 -(third-party).length read [value: 0] diff --git a/chrome/test/data/dom_checker/expected_failures_mac-file.txt b/chrome/test/data/dom_checker/expected_failures_mac-file.txt index 0e48ae4..7fc0354 100644 --- a/chrome/test/data/dom_checker/expected_failures_mac-file.txt +++ b/chrome/test/data/dom_checker/expected_failures_mac-file.txt @@ -11,6 +11,3 @@ (third-party).window[0] probe [value: [object DOMWindow]] document.domain = '' open() frame name lookup - -# Issue 38018 -(third-party).length read [value: 0] diff --git a/chrome/test/data/dom_checker/expected_failures_win-file.txt b/chrome/test/data/dom_checker/expected_failures_win-file.txt index 8abb808..7fc0354 100644 --- a/chrome/test/data/dom_checker/expected_failures_win-file.txt +++ b/chrome/test/data/dom_checker/expected_failures_win-file.txt @@ -1,8 +1,6 @@ # Expected failures when running from local disk. (blank).history.forward(0) call (blank).length read [value: 0] -(blank).location.assign('about:blank') call -(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 DOMWindow]] |