Status: Assigned Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium
New issue 18412 by [email protected]: DOM Storage + Isolated worlds don't play well together (at least in layout tests) http://code.google.com/p/chromium/issues/detail?id=18412 LayoutTests/http/tests/security/isolatedworld/all-window-properties.html and LayoutTests/http/tests/security/isolatedworld/all-window-prototypes.html are failing when I enable local storage and session storage in the test shell. It's not clear whether this is a real issue or not. The expected result is simply printing "Done.". Anything else that's printed are properties of the window object which shouldn't be there. Here's a diff from one of the two results: --- src/webkit/Debug/layout-test-results/LayoutTests/http/tests/security/isolatedworld/all-window-properties-expected.txt +++ src/webkit/Debug/layout-test-results/LayoutTests/http/tests/security/isolatedworld/all-window-properties-actual.txt @@ -1,1 +1,3 @@ +localStorage: FAIL: Visible in isolated world. +sessionStorage: FAIL: Visible in isolated world. Done. I'm going to exclude these two files in the test exceptions for now. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
