| OLD | NEW |
| 1 Tests revision support in UISourceCode. | 1 Tests revision support in UISourceCode. |
| 2 | 2 |
| 3 Bug 97669 | 3 Bug 97669 |
| 4 | 4 |
| 5 Running: testAddRevisionsRevertToOriginal | 5 Running: testAddRevisionsRevertToOriginal |
| 6 First revision added. | 6 First revision added. |
| 7 UISourceCode content: content2 | 7 UISourceCode content: content2 |
| 8 revisions: 'content2' | 8 revisions: 'content2' |
| 9 Second revision added. | 9 Second revision added. |
| 10 UISourceCode content: content4 | 10 UISourceCode content: content4 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 First revision added. | 70 First revision added. |
| 71 UISourceCode content: content2 | 71 UISourceCode content: content2 |
| 72 revisions: 'content2' | 72 revisions: 'content2' |
| 73 Second revision added. | 73 Second revision added. |
| 74 UISourceCode content: content4 | 74 UISourceCode content: content4 |
| 75 revisions: 'content2', 'content4' | 75 revisions: 'content2', 'content4' |
| 76 Reverted to previous revision. | 76 Reverted to previous revision. |
| 77 UISourceCode content: content2 | 77 UISourceCode content: content2 |
| 78 revisions: 'content2', 'content4', 'content2' | 78 revisions: 'content2', 'content4', 'content2' |
| 79 | 79 |
| OLD | NEW |