Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <title> | |
| 4 Check that the session storage namespace is correctly set when opening a | |
|
Charlie Reis
2013/08/01 18:13:34
is correctly set -> of the parent is not accessibl
jochen (gone - plz use gerrit)
2013/08/01 19:48:51
Done.
| |
| 5 blocked popup | |
| 6 </title> | |
| 7 <script> | |
| 8 function test() { | |
| 9 sessionStorage.setItem("key", "set"); | |
| 10 window.open("check-sessionstorage.html"); | |
| 11 } | |
| 12 </script> | |
| 13 </head> | |
| 14 <body onload="test()"> | |
| 15 pop-up test page | |
| 16 </body> | |
| 17 </html> | |
| OLD | NEW |