OLD | NEW |
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec
ause of its detrimental effects to the end user's experience. For more help, che
ck http://xhr.spec.whatwg.org/. |
| 2 CONSOLE WARNING: isValidHTTPHeaderValue() will be deprecated and will be removed
in future. |
2 Test for bug 40947: REGRESSION (r57544): XMLHttpRequest POSTed multipart/form-da
ta wrongfully gets a charset appended. | 3 Test for bug 40947: REGRESSION (r57544): XMLHttpRequest POSTed multipart/form-da
ta wrongfully gets a charset appended. |
3 | 4 |
4 There should be no charset added, and most importantly, it shouldn't be appended
to the end. | 5 There should be no charset added, and most importantly, it shouldn't be appended
to the end. |
5 | 6 |
6 PASS | 7 PASS |
OLD | NEW |