| Index: LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| diff --git a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt b/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| index 94bdf2768d6f7efaff78d7f53f796e4d3ca6a58a..9b77900daa26f358127970e3c03f0d8c00e515eb 100644
|
| --- a/LayoutTests/fast/dom/Window/property-access-on-cached-window-after-frame-removed-expected.txt
|
| +++ b/LayoutTests/fast/dom/Window/property-access-on-cached-window-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 property access on a cached DOMWindow 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".
|
|
|