diff options
Diffstat (limited to 'webkit/data')
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. |