| Index: LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| index cf725a0dd316b7c0064df1b7231563979a9c4493..c83b5c9d88920ea6841f5332ea7e0b1c8da8f5dd 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed-expected.txt
|
| @@ -1,4 +1,5 @@
|
| CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
|
| +CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead.
|
| Tests access of cached DOMWindow properties after the associated frame is no longer in a web page. Test should not crash and properties should be set to sane defaults.
|
|
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|