diff options
author | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 21:22:13 +0000 |
---|---|---|
committer | ager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-12 21:22:13 +0000 |
commit | e3966fdf6003c97829706c8a0e84140ee31cb35b (patch) | |
tree | 31ad2c2d8eada61fe10b9aeb09ac693f45e57b7d /webkit | |
parent | 98cd39b3893a6c5f58d76259916e4c01e5bba300 (diff) | |
download | chromium_src-e3966fdf6003c97829706c8a0e84140ee31cb35b.zip chromium_src-e3966fdf6003c97829706c8a0e84140ee31cb35b.tar.gz chromium_src-e3966fdf6003c97829706c8a0e84140ee31cb35b.tar.bz2 |
Update mac expectations after removal of DOMWindow back and forward functions.
Review URL: http://codereview.chromium.org/21312
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit')
2 files changed, 0 insertions, 4 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt index 41bb694..43cd16d 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-2-expected.txt @@ -131,7 +131,6 @@ window.XPathResult : PASS window.XSLTProcessor : PASS window.alert : PASS window.atob : PASS -window.back : PASS window.blur : PASS window.btoa : PASS window.captureEvents : PASS @@ -148,7 +147,6 @@ window.devicePixelRatio : PASS window.document : PASS window.find : PASS window.focus : PASS -window.forward : PASS window.frameElement : PASS window.frames : PASS window.getComputedStyle : PASS diff --git a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt index e7eeda5e..0157fd1 100644 --- a/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt +++ b/webkit/data/layout_tests/platform/chromium-mac/chrome/fast/dom/Window/window-lookup-precedence-expected.txt @@ -131,7 +131,6 @@ window.XPathResult IS function XPathResult() { [native code] } window.XSLTProcessor IS function XSLTProcessor() { [native code] } window.alert IS [object global] window.atob IS [object global] -window.back IS [object global] window.blur IS [object global] window.btoa IS [object global] window.captureEvents IS [object global] @@ -148,7 +147,6 @@ window.devicePixelRatio IS Number window.document IS [object HTMLDocument] window.find IS [object global] window.focus IS [object global] -window.forward IS [object global] window.frameElement IS undefined window.frames IS [object global] window.getComputedStyle IS [object global] |