| Index: LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt b/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt
|
| index 8406e5dd37cd26ed0ce6b315970e8b80b60cdf4f..912955f068869d212204417c5ff6418d655e4b36 100644
|
| --- a/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/window-function-name-getter-precedence-expected.txt
|
| @@ -30,6 +30,8 @@ PASS: typeof window.setInterval should be function and is.
|
| PASS: typeof window.clearInterval should be function and is.
|
| PASS: typeof window.addEventListener should be function and is.
|
| PASS: typeof window.removeEventListener should be function and is.
|
| +PASS: typeof window.captureEvents should be function and is.
|
| +PASS: typeof window.releaseEvents should be function and is.
|
| PASS: typeof window.eval should be function and is.
|
| PASS: typeof window.parseInt should be function and is.
|
| PASS: typeof window.parseFloat should be function and is.
|
|
|