Index: LayoutTests/http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt |
diff --git a/LayoutTests/http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt b/LayoutTests/http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt |
index c19b7654a279777a45b1ba5543fe6eb1d344341c..765a4e2d268eb9ca90a515d159151fa380a34c98 100644 |
--- a/LayoutTests/http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt |
+++ b/LayoutTests/http/tests/security/contentSecurityPolicy/report-multiple-violations-01-expected.txt |
@@ -4,6 +4,9 @@ PingLoader dispatched to 'http://127.0.0.1:8000/security/contentSecurityPolicy/r |
CONSOLE ERROR: line 11: [Report Only] Refused to load the image 'http://127.0.0.1:8000/security/resources/eba.png' because it violates the following Content Security Policy directive: "img-src 'none'". |
PingLoader dispatched to 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/does-not-exist'. |
+CONSOLE ERROR: [Report Only] 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 'none'". |
+ |
+PingLoader dispatched to 'http://127.0.0.1:8000/security/contentSecurityPolicy/resources/does-not-exist'. |
This tests that multiple violations on a page trigger multiple reports. The test passes if two PingLoader callbacks are visible in the output. |