(msg)
| 40 | } |
| 41 | |
| 42 | function step3(msg) |
| 43 | { |
| 44 | if(msg != undefined) { |
| 45 | assert_unreached(msg); |
| 46 | } |
| 47 | assert_equals(storageEventList.length, 1); |
| 48 | |
| 49 | t.done(); |
| 50 | } |
| 51 | }, storageString + " storage events fire even when only the case of the value changes."); |
| 52 | }); |
nothing calls this directly
no test coverage detected