Chromium Code Reviews| Index: LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt |
| diff --git a/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt b/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt |
| index 17e370d61c956f8e199a4908e7b037a661447513..6d96a75cadd747521d1427f001d789c79b486201 100644 |
| --- a/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt |
| +++ b/LayoutTests/http/tests/xmlhttprequest/exceptions-expected.txt |
| @@ -1,3 +1,4 @@ |
| +CONSOLE WARNING: Avoid synchronous requests as it hampers user experience due to unresponsiveness of the web page. Refer https://xhr.spec.whatwg.org/#sync-warning. |
| Test that XMLHttpRequest raises exceptions when it should. |
| new XMLHttpRequest() |