Index: LayoutTests/fast/images/image-error-event-not-firing-expected.txt |
diff --git a/LayoutTests/fast/images/image-error-event-not-firing-expected.txt b/LayoutTests/fast/images/image-error-event-not-firing-expected.txt |
index 5e2572c3efc95d2aff743808faa4577b91d3f53f..e32f6e46c26ab0d48da71830332f91e10829948e 100644 |
--- a/LayoutTests/fast/images/image-error-event-not-firing-expected.txt |
+++ b/LayoutTests/fast/images/image-error-event-not-firing-expected.txt |
@@ -1,3 +1,5 @@ |
+CONSOLE ERROR: Refused to load the image 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAABO0lEQVR4XpWRTytEYRTG3/tHLGQrNfEBpKQkmc8gG0ulxpRsfQ0TTXbI3kZ2ys4tsyBZjN1N8idlYUYaxJzzOKf7ztG1MfN0ens69/x6n/eeYPuo7npS9bCOriXDMQOCTVbO3X+6Wp9mICZWAHqquE1qAA8EQRiFcmYMsQKsAHM2DeKV4qj48ZHB++bHwcXTQ+Mz6u/rABwSIQO0wKW5wuLU8E5yWzlJS7OFvaUJMGelAFkkYici1NIXB4DQbH1JY2ggVoD4N1Kb2AAA149vUmLLxbHaTaNynIJggAz7G7jTyjB5wOv79/LupT47Cu0rcT6S/ai755YUiMM4cgw4/I3ERAaI3y/PiFnYPHOBtfORLKX38AaBERaJbHFeAOY3Eu8ZOYByi7Pl+hzWN+nwWjVB15LhYHXr1PWiH0AYTw4BBjO9AAAAAElFTkSuQmCC' because it violates the following Content Security Policy directive: "img-src 'self'". |
+ |
CONSOLE ERROR: Refused to load the image 'http://www.myfakesiteabc.com/image.png' because it violates the following Content Security Policy directive: "img-src 'self'". |
This tests onerror event is fired if we change image src to a url blocked by content-security-policy. |