| OLD | NEW |
| 1 Tests the following commands and events: | 1 Tests the following commands and events: |
| 2 | 2 |
| 3 getNamedFlowCollection Bug 91607 | 3 getNamedFlowCollection Bug 91607 |
| 4 getFlowByName Bug 91855 | 4 getFlowByName Bug 91855 |
| 5 namedFlowCreated Bug 92739 | 5 namedFlowCreated Bug 92739 |
| 6 namedFlowRemoved Bug 92739 | 6 namedFlowRemoved Bug 92739 |
| 7 regionLayoutUpdated Bug 93443 | 7 regionOversetChanged Bug 252250 |
| 8 This text is from CSS Named Flow "flow3". | 8 This text is from CSS Named Flow "flow3". |
| 9 | 9 |
| 10 | 10 |
| 11 Running: testGetNamedFlowCollection | 11 Running: testGetNamedFlowCollection |
| 12 === CSS Named Flows in main document === | 12 === CSS Named Flows in main document === |
| 13 * Named Flow "flow1" | 13 * Named Flow "flow1" |
| 14 Content Elements: 1 | 14 Content Elements: 1 |
| 15 Regions: 3 | 15 Regions: 3 |
| 16 * Named Flow "flow2" | 16 * Named Flow "flow2" |
| 17 Content Elements: 1 | 17 Content Elements: 1 |
| 18 Regions: 2 | 18 Regions: 2 |
| 19 * Named Flow "flow3" | 19 * Named Flow "flow3" |
| 20 Content Elements: 1 | 20 Content Elements: 1 |
| 21 Regions: 1 | 21 Regions: 0 |
| 22 | 22 |
| 23 Running: testGetNamedFlowCollectionWithInvalidDocument | 23 Running: testGetNamedFlowCollectionWithInvalidDocument |
| 24 === CSS Named Flows in #fake-document === | 24 === CSS Named Flows in #fake-document === |
| 25 #fake-document is not a document | 25 #fake-document is not a document |
| 26 | 26 |
| 27 Running: testGetFlowByName | 27 Running: testGetFlowByName |
| 28 === Named Flow "flow2" from main document === | 28 === Named Flow "flow2" from main document === |
| 29 * Named Flow "flow2" | 29 * Named Flow "flow2" |
| 30 Content Elements: 1 | 30 Content Elements: 1 |
| 31 Regions: 2 | 31 Regions: 2 |
| 32 | 32 |
| 33 Running: testGetFlowByNameWithInvalidName | 33 Running: testGetFlowByNameWithInvalidName |
| 34 === Name Flow "flow4" from main document === | 34 === Name Flow "flow4" from main document === |
| 35 There is no Named Flow "flow4" in the main document | 35 There is no Named Flow "flow4" in the main document |
| 36 | 36 |
| 37 Running: testNamedFlowCreated | 37 Running: testNamedFlowCreated |
| 38 NamedFlowCreated: "tmpNamedFlow" | 38 NamedFlowCreated: "tmpNamedFlow" |
| 39 | 39 |
| 40 Running: testRegionLayoutUpdated | 40 Running: testRegionOversetChanged |
| 41 RegionLayoutUpdated: "flow3" | 41 RegionOversetChanged: "flow3" |
| 42 | 42 |
| 43 Running: testNamedFlowRemoved | 43 Running: testNamedFlowRemoved |
| 44 NamedFlowRemoved: "tmpNamedFlow" | 44 NamedFlowRemoved: "tmpNamedFlow" |
| 45 | 45 |
| OLD | NEW |