| OLD | NEW |
| (Empty) |
| 1 Tests the the NamedFlow object behavior as an EventTarget | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 Flow content | |
| 7 PASS event.target.name is "article" | |
| 8 PASS getFlowByName("article") is non-null. | |
| 9 PASS recreated is false | |
| 10 PASS getFlowByName("article") is null | |
| 11 PASS event.target.name is "article" | |
| 12 PASS recreated is true | |
| 13 PASS getFlowByName("article") is non-null. | |
| 14 PASS updatedCount is 2 | |
| 15 PASS successfullyParsed is true | |
| 16 | |
| 17 TEST COMPLETE | |
| 18 | |
| OLD | NEW |