OLD | NEW |
| 1 CONSOLE WARNING: Synchronous XMLHttpRequest is deprecated. Please use the async
version. |
1 Tests for bug 8099 - XMLHttpRequest lowercase post requests broken. | 2 Tests for bug 8099 - XMLHttpRequest lowercase post requests broken. |
2 | 3 |
3 get(""): GET(null bytes), Content-Type: null | 4 get(""): GET(null bytes), Content-Type: null |
4 post(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 | 5 post(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 |
5 DoIt(""): DoIt(0 bytes), Content-Type: text/plain;charset=UTF-8 | 6 DoIt(""): DoIt(0 bytes), Content-Type: text/plain;charset=UTF-8 |
6 get(""): GET(null bytes), Content-Type: null | 7 get(""): GET(null bytes), Content-Type: null |
7 post(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 | 8 post(""): POST(0 bytes), Content-Type: text/plain;charset=UTF-8 |
8 DoIt(""): DoIt(0 bytes), Content-Type: text/plain;charset=UTF-8 | 9 DoIt(""): DoIt(0 bytes), Content-Type: text/plain;charset=UTF-8 |
OLD | NEW |