Index: LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-optionally-blockable-expected.txt |
diff --git a/LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-optionally-blockable-expected.txt b/LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-optionally-blockable-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8fc07b95c62d70481abdda5ff268e9f08afc3036 |
--- /dev/null |
+++ b/LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-optionally-blockable-expected.txt |
@@ -0,0 +1,7 @@ |
+CONSOLE WARNING: Mixed Content: The page at 'https://127.0.0.1:8443/inspector-protocol/resources/passive-mixed-content-iframe.html' was loaded over HTTPS, but requested an insecure image 'http://127.0.0.1:8000/resources/square.png'. This content should also be served over HTTPS. |
+Tests that willSendRequest contains the correct mixed content status for passive mixed content. |
+ |
+Network agent enabled |
+Mixed content type of https://127.0.0.1:8443/inspector-protocol/resources/passive-mixed-content-iframe.html: none |
+Mixed content type of http://127.0.0.1:8000/resources/square.png: optionally-blockable |
+ |