summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authorkasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 12:27:29 +0000
committerkasperl@google.com <kasperl@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-03 12:27:29 +0000
commit9b0383ac35aa4fabed155e35de635995e4d73c4d (patch)
treee8996f1a495dc8fb3ac711774b9377a523e62d93 /webkit/data
parent7f6e434e8846880a3c5ae024d9d945eb4699cff4 (diff)
downloadchromium_src-9b0383ac35aa4fabed155e35de635995e4d73c4d.zip
chromium_src-9b0383ac35aa4fabed155e35de635995e4d73c4d.tar.gz
chromium_src-9b0383ac35aa4fabed155e35de635995e4d73c4d.tar.bz2
Fix more expecations after http://trac.webkit.org/changeset/55416.
BUG=32339 TEST=None Review URL: http://codereview.chromium.org/660447 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40507 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt4
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
index 5b9d511..f753e56 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/dom/Window/window-lookup-precedence-expected.txt
@@ -102,8 +102,8 @@ PASS 'function Comment() { [native code] }' is 'function Comment() { [native cod
PASS 'function Comment() { [native code] }' is 'function Comment() { [native code] }'
PASS 'function Counter() { [native code] }' is 'function Counter() { [native code] }'
PASS 'function Counter() { [native code] }' is 'function Counter() { [native code] }'
-PASS 'function DOMCoreException() { [native code] }' is 'function DOMCoreException() { [native code] }'
-PASS 'function DOMCoreException() { [native code] }' is 'function DOMCoreException() { [native code] }'
+PASS 'function DOMException() { [native code] }' is 'function DOMException() { [native code] }'
+PASS 'function DOMException() { [native code] }' is 'function DOMException() { [native code] }'
PASS 'function DOMImplementation() { [native code] }' is 'function DOMImplementation() { [native code] }'
PASS 'function DOMImplementation() { [native code] }' is 'function DOMImplementation() { [native code] }'
PASS 'function DOMParser() { [native code] }' is 'function DOMParser() { [native code] }'
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
index 994d686..b0db30a 100644
--- a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/http/tests/security/cross-frame-access-put-expected.txt
@@ -391,7 +391,7 @@ ALERT: PASS: window.CSSValue should be 'function CSSValue() { [native code] }' a
ALERT: PASS: window.Document should be 'function Document() { [native code] }' and is.
ALERT: PASS: window.DocumentFragment should be 'function DocumentFragment() { [native code] }' and is.
ALERT: PASS: window.DocumentType should be 'function DocumentType() { [native code] }' and is.
-ALERT: PASS: window.DOMException should be 'function DOMCoreException() { [native code] }' and is.
+ALERT: PASS: window.DOMException should be 'function DOMException() { [native code] }' and is.
ALERT: PASS: window.DOMImplementation should be 'function DOMImplementation() { [native code] }' and is.
ALERT: PASS: window.DOMParser should be 'function DOMParser() { [native code] }' and is.
ALERT: PASS: window.Element should be 'function Element() { [native code] }' and is.