Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Checks that an exception is thrown when a dictionary value cannot be converted t o a String | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS new MessageEvent('message', {origin: 'test'}).origin is "test" | |
| 7 PASS new MessageEvent('message', {origin: 2}).origin is "2" | |
| 8 PASS new MessageEvent('message', {origin: nonConvertibleToString}) threw excepti on Exception in toString(). | |
| 9 PASS successfullyParsed is true | |
| 10 | |
| 11 TEST COMPLETE | |
| 12 | |
| OLD | NEW |