| OLD | NEW |
| 1 These are tests for testing the how execCommand() works with different combinati
ons of arguments. The "InsertHorizontalRule" command was chosen arbitrarily beca
use it was what I was working on at the time, but the results should be parallel
ed in the other commands as well. | 1 These are tests for testing the how execCommand() works with different combinati
ons of arguments. The "InsertHorizontalRule" command was chosen arbitrarily beca
use it was what I was working on at the time, but the results should be parallel
ed in the other commands as well. |
| 2 | 2 |
| 3 CONSOLE | 3 CONSOLE |
| 4 | 4 |
| 5 PASS <hr> is <hr> | 5 PASS <hr> is <hr> |
| 6 PASS <hr> is <hr> | 6 PASS <hr> is <hr> |
| 7 PASS <hr id="foo"> is <hr id="foo"> | 7 PASS <hr id="foo"> is <hr id="foo"> |
| 8 PASS <hr id="foo"> is <hr id="foo"> | 8 PASS <hr id="foo"> is <hr id="foo"> |
| 9 PASS <hr> is <hr> | 9 PASS <hr> is <hr> |
| 10 PASS <hr> is <hr> | 10 PASS <hr id="null"> is <hr id="null"> |
| 11 PASS <hr> is <hr> | 11 PASS <hr> is <hr> |
| 12 PASS <hr id="0"> is <hr id="0"> | 12 PASS <hr id="0"> is <hr id="0"> |
| 13 PASS <hr> is <hr> | 13 PASS <hr> is <hr> |
| 14 | 14 |
| OLD | NEW |