| Index: third_party/WebKit/LayoutTests/http/tests/cache/sync-xhr-304-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/cache/sync-xhr-304-expected.txt b/third_party/WebKit/LayoutTests/http/tests/cache/sync-xhr-304-expected.txt
|
| index fc922384b3fcff59a66e6d2899f42a48075c98f3..9302e6f9935839f4b906c58387c4c23af842eb13 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/cache/sync-xhr-304-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/cache/sync-xhr-304-expected.txt
|
| @@ -1,3 +1,3 @@
|
| -CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
| +CONSOLE WARNING: line 7: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
|
| Send 2 sync xhrs to the same url such that the 2nd should return a 304. Ensure that the responseText for the 2nd XHR is non-empty.
|
| xhr2.responseText: foo
|
|
|