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