diff options
author | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-21 02:32:58 +0000 |
---|---|---|
committer | dumi@chromium.org <dumi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-21 02:32:58 +0000 |
commit | 6c6573a9a4f60f0fc5c4c0efd9a1f209b862791c (patch) | |
tree | 771d2f6fccbf1bd83d9baa12a511d9812bb84377 /webkit | |
parent | fcd6b6932f504278d558c1c15f9fb44418cc50f1 (diff) | |
download | chromium_src-6c6573a9a4f60f0fc5c4c0efd9a1f209b862791c.zip chromium_src-6c6573a9a4f60f0fc5c4c0efd9a1f209b862791c.tar.gz chromium_src-6c6573a9a4f60f0fc5c4c0efd9a1f209b862791c.tar.bz2 |
Rebaseline this layout test for Mac: window.openDatabase() works on Macs now.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/414068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
-rw-r--r-- | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt | 5 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt index abc671f..48ade0f 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/http/tests/security/cross-frame-access-call-expected.txt @@ -52,6 +52,8 @@ CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-get-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-call.html. Domains, protocols and ports must match. +CONSOLE MESSAGE: line 1: Unsafe JavaScript attempt to access frame with URL http://localhost:8000/security/resources/cross-frame-iframe-for-get-test.html from frame with URL http://127.0.0.1:8000/security/cross-frame-access-call.html. Domains, protocols and ports must match. + ----- tests for calling methods of another frame using Function.call ----- @@ -64,7 +66,7 @@ PASS: window.confirm.call(targetWindow, 'message') should be 'undefined' and is. PASS: window.prompt.call(targetWindow, 'message', 'defaultValue') should be 'undefined' and is. PASS: window.getComputedStyle.call(targetWindow, document.body, '') should be 'undefined' and is. PASS: window.getMatchedCSSRules.call(targetWindow, document.body, '', false) should be 'undefined' and is. -*** FAIL: window.openDatabase.call(targetWindow, 'name') should be 'undefined' but instead is TypeError: Cannot call method 'call' of undefined. *** +PASS: window.openDatabase.call(targetWindow, 'name') should be 'undefined' and is. PASS: window.atob.call(targetWindow, 'string') should be 'undefined' and is. PASS: window.btoa.call(targetWindow, 'string') should be 'undefined' and is. PASS: window.open.call(targetWindow, '') should be 'undefined' and is. @@ -84,3 +86,4 @@ PASS: window.resizeBy.call(targetWindow, 0, 0); should be 'undefined' and is. PASS: window.resizeTo.call(targetWindow, 0, 0); should be 'undefined' and is. *** FAIL: window.showModalDialog.call(targetWindow); should be 'TypeError: Result of expression 'window.showModalDialog' [undefined] is not an object.' but instead is undefined. *** PASS: window.location.toString.call(targetWindow.location) should be 'undefined' and is. + diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 4ea746b..ae6fbab 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -674,8 +674,6 @@ BUG27697 SKIP : LayoutTests/storage/hash-change-with-xhr.html = PASS WONTFIX SKIP : LayoutTests/storage/private-browsing-readonly.html = PASS // We have not designed the quota management system in Chromium yet BUG_DUMI SKIP : LayoutTests/storage/quota-tracking.html = PASS -// Not sure why this fails, but seems to be related to the call to openDatabase() -BUG_DUMI SKIP : LayoutTests/http/tests/security/cross-frame-access-call.html = PASS // Implement HTML5 Geolocation API. BUG11246 DEFER SKIP : LayoutTests/fast/dom/Geolocation = FAIL |