| Index: LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt b/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
|
| index e7072b861e339329db98b8b4751df63e861ff4d6..a2d06a4e296b92f2c035fa3e21bbe4d269ed9933 100644
|
| --- a/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/window-function-frame-getter-precedence-expected.txt
|
| @@ -30,6 +30,8 @@ PASS: typeof window.setInterval should be object and is.
|
| PASS: typeof window.clearInterval should be object and is.
|
| PASS: typeof window.addEventListener should be object and is.
|
| PASS: typeof window.removeEventListener should be object and is.
|
| +PASS: typeof window.captureEvents should be object and is.
|
| +PASS: typeof window.releaseEvents should be object and is.
|
| FAIL: typeof window.eval should be object but instead is function
|
| FAIL: typeof window.parseInt should be object but instead is function
|
| FAIL: typeof window.parseFloat should be object but instead is function
|
|
|