Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 MutationRecord should be exposed on window but not constructable | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 PASS window.MutationRecord is non-null. | |
| 7 PASS typeof MutationRecord is "function" | |
| 8 PASS new MutationRecord threw exception TypeError: Illegal constructor. | |
| 9 PASS record instanceof MutationRecord is true | |
| 10 PASS successfullyParsed is true | |
| 11 | |
| 12 TEST COMPLETE | |
| 13 | |
| OLD | NEW |