| Index: LayoutTests/fast/dom/Window/get-set-properties-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
|
| index c39f37a26b8e4c7a6104c6bb5e117951e60df20b..3b7fd6af5a2ab3cb0ad5290291463822531a7d99 100644
|
| --- a/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/get-set-properties-expected.txt
|
| @@ -195,6 +195,8 @@ PASS: canGet('atob') should be 'true' and is.
|
| PASS: canSet('atob') should be 'true' and is.
|
| PASS: canGet('btoa') should be 'true' and is.
|
| PASS: canSet('btoa') should be 'true' and is.
|
| +PASS: canGet('captureEvents') should be 'true' and is.
|
| +PASS: canSet('captureEvents') should be 'true' and is.
|
| PASS: canGet('clearInterval') should be 'true' and is.
|
| PASS: canSet('clearInterval') should be 'true' and is.
|
| PASS: canGet('clearTimeout') should be 'true' and is.
|
| @@ -360,6 +362,8 @@ PASS: canGet('print') should be 'true' and is.
|
| PASS: canSet('print') should be 'true' and is.
|
| PASS: canGet('prompt') should be 'true' and is.
|
| PASS: canSet('prompt') should be 'true' and is.
|
| +PASS: canGet('releaseEvents') should be 'true' and is.
|
| +PASS: canSet('releaseEvents') should be 'true' and is.
|
| PASS: canGet('removeEventListener') should be 'true' and is.
|
| PASS: canSet('removeEventListener') should be 'true' and is.
|
| PASS: canGet('resizeBy') should be 'true' and is.
|
|
|