OLD | NEW |
---|---|
1 CONSOLE MESSAGE: document.clear() is deprecated. This method doesn't do anything . | |
1 Original line 1 | 2 Original line 1 |
2 | 3 |
3 New line 1 | 4 New line 1 |
4 | 5 |
5 Calling document.clear() from an external script should not crash. | 6 Calling document.clear() from an external script should not crash. |
6 | 7 |
7 If successful, there will be 4 lines total | 8 If successful, there will be 4 lines total |
OLD | NEW |