(msg)
| 99 | } |
| 100 | |
| 101 | function step6(msg) |
| 102 | { |
| 103 | if(msg != undefined) { |
| 104 | assert_unreached(msg); |
| 105 | } |
| 106 | assert_equals(storageEventList.length, 8); |
| 107 | assert_equals(storageEventList[7].key, null); |
| 108 | assert_equals(storageEventList[7].oldValue, null); |
| 109 | assert_equals(storageEventList[7].newValue, null); |
| 110 | |
| 111 | t.done(); |
| 112 | } |
| 113 | |
| 114 | }, storageString + " mutations fire StorageEvents that are caught by the event listener attached via setattribute."); |
| 115 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…