Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt

Issue 2654463003: DevTools: render (verbose|info) (intervensions|deprecations|violations) with warning background. (Closed)
Patch Set: tests rebaselined Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
index 53f2e556558c27e91d8ac6995b32b966691aa02f..bb38e6e52baaa117ec4f90bf7db8e9997de7721b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt
@@ -12,7 +12,7 @@ CONSOLE ERROR: line 37: XMLHttpRequest cannot load http://localhost:8000/inspect
Tests that XMLHttpRequest Logging works when Enabled and doesn't show logs when Disabled.
console-xhr-logging.html:5 sending a GET request to resources/xhr-exists.html
-network-test.js:33 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/.
+network-test.js:33 [Deprecation] 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/.
makeXHR @ network-test.js:33
makeSimpleXHRWithPayload @ network-test.js:16
makeSimpleXHR @ network-test.js:11

Powered by Google App Engine
This is Rietveld 408576698