diff options
author | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-22 01:04:10 +0000 |
---|---|---|
committer | jparent@chromium.org <jparent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-22 01:04:10 +0000 |
commit | 93040945cdd9ddc797466a47ae6d6b8ecac968d8 (patch) | |
tree | 8f39fed36db0dc56cd86d38822cde23350987e6f /webkit | |
parent | ea0e8089e82e82b2ed8670773e2f6444b56e89fc (diff) | |
download | chromium_src-93040945cdd9ddc797466a47ae6d6b8ecac968d8.zip chromium_src-93040945cdd9ddc797466a47ae6d6b8ecac968d8.tar.gz chromium_src-93040945cdd9ddc797466a47ae6d6b8ecac968d8.tar.bz2 |
Rebaseline LayoutTests/fast/dom/navigator-detached-no-crash.html after http://trac.webkit.org/changeset/47397 added calls to getStorageUpdates().
TEST=ran tests locally
BUG=none
Review URL: http://codereview.chromium.org/174196
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt | 33 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
2 files changed, 1 insertions, 35 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt deleted file mode 100644 index f897b200..0000000 --- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/navigator-detached-no-crash-expected.txt +++ /dev/null @@ -1,33 +0,0 @@ -This tests that the navigator object of a deleted frame is disconnected properly. Accessing fields or methods shouldn't crash the browser. - Check Navigator -navigator.appCodeName is OK -navigator.appName is OK -navigator.appVersion is OK -navigator.cookieEnabled is OK -navigator.javaEnabled() is OK -navigator.language is OK -navigator.mimeTypes is OK -navigator.onLine is OK -navigator.platform is OK -navigator.plugins is OK -navigator.product is OK -navigator.productSub is OK -navigator.userAgent is OK -navigator.vendor is OK -navigator.vendorSub is OK -navigator.appCodeName is OK -navigator.appName is OK -navigator.appVersion is OK -navigator.cookieEnabled is OK -navigator.javaEnabled() is OK -navigator.language is OK -navigator.mimeTypes is OK -navigator.onLine is OK -navigator.platform is OK -navigator.plugins is OK -navigator.product is OK -navigator.productSub is OK -navigator.userAgent is OK -navigator.vendor is OK -navigator.vendorSub is OK - diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index b56dd26..8d31f77 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2770,8 +2770,7 @@ BUG19635 : LayoutTests/fast/harness/use-page-cache.html = FAIL // Remove this once we roll deps that far BUG_JPARENT SKIP : LayoutTests/fast/wml/html-fieldset-crash.html = FAIL -// Merge 47383:47417, just needs rebaseline -BUG_JPARENT WIN LINUX : LayoutTests/fast/dom/navigator-detached-no-crash.html = FAIL +// Merge 47383:47417 // WebKit roll r47417:47528 BUG19766 WIN LINUX : LayoutTests/editing/deleting/delete-br-011.html = FAIL |