| Index: LayoutTests/fast/dom/Window/resources/window-properties.js
|
| diff --git a/LayoutTests/fast/dom/Window/resources/window-properties.js b/LayoutTests/fast/dom/Window/resources/window-properties.js
|
| index 9db58e36dcd296de566dd61513529133d8f42089..5ba05ecf4ec9455245d75318a865c684847363c8 100644
|
| --- a/LayoutTests/fast/dom/Window/resources/window-properties.js
|
| +++ b/LayoutTests/fast/dom/Window/resources/window-properties.js
|
| @@ -4,6 +4,7 @@ var propertyInfo = [
|
| ["atob", "function"],
|
| ["blur", "function"],
|
| ["btoa", "function"],
|
| + ["captureEvents", "function"],
|
| ["clearInterval", "function"],
|
| ["clearTimeout", "function"],
|
| ["close", "function"],
|
| @@ -18,6 +19,7 @@ var propertyInfo = [
|
| ["open", "function"],
|
| ["print", "function"],
|
| ["prompt", "function"],
|
| + ["releaseEvents", "function"],
|
| ["resizeBy", "function"],
|
| ["resizeTo", "function"],
|
| ["scroll", "function"],
|
|
|