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 https://xhr.spec.whatwg.org/. | 1 CONSOLE WARNING: line 20: Synchronous XMLHttpRequest on the main thread is depre
cated because of its detrimental effects to the end user's experience. For more
help, check https://xhr.spec.whatwg.org/. |
2 Test for bug 40947: REGRESSION (r57544): XMLHttpRequest POSTed multipart/form-da
ta wrongfully gets a charset appended. | 2 Test for bug 40947: REGRESSION (r57544): XMLHttpRequest POSTed multipart/form-da
ta wrongfully gets a charset appended. |
3 | 3 |
4 There should be no charset added, and most importantly, it shouldn't be appended
to the end. | 4 There should be no charset added, and most importantly, it shouldn't be appended
to the end. |
5 | 5 |
6 PASS | 6 PASS |
OLD | NEW |