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

Unified Diff: LayoutTests/fast/images/support-broken-image-delegate-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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: LayoutTests/fast/images/support-broken-image-delegate-expected.txt
diff --git a/LayoutTests/fast/images/support-broken-image-delegate-expected.txt b/LayoutTests/fast/images/support-broken-image-delegate-expected.txt
index 2b7878d0e7712e087af24904a8d5814588f5c016..0036b0531c83d6ea2da257c7c7a37b04bcb26936 100644
--- a/LayoutTests/fast/images/support-broken-image-delegate-expected.txt
+++ b/LayoutTests/fast/images/support-broken-image-delegate-expected.txt
@@ -1,8 +1,8 @@
-CONSOLE MESSAGE: line 8: Uncaught TypeError: Object [object Object] has no method 'setShouldPaintBrokenImage'
+CONSOLE ERROR: line 8: Uncaught TypeError: Object [object Object] has no method 'setShouldPaintBrokenImage'
resources/broken-image-with-invalid-format.png - willSendRequest <NSURLRequest URL resources/broken-image-with-invalid-format.png, main document URL support-broken-image-delegate.html, http method GET> redirectResponse (null)
resources/broken-image-with-invalid-format.png - didReceiveResponse <NSURLResponse resources/broken-image-with-invalid-format.png, http status code 0>
resources/broken-image-with-invalid-format.png - didFinishLoading
-CONSOLE MESSAGE: line 18: Uncaught TypeError: Object [object Object] has no method 'setShouldPaintBrokenImage'
+CONSOLE ERROR: line 18: Uncaught TypeError: Object [object Object] has no method 'setShouldPaintBrokenImage'
Radar 8610908 - Add a resource delegate method to query if WebCore should paint the broken image.
FAIL

Powered by Google App Engine
This is Rietveld 408576698