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

Side by Side Diff: LayoutTests/http/tests/inspector-protocol/request-mixed-content-status-expected.txt

Issue 1299493003: Attach mixed content status to resource requests when sent to devtools (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add contextTypeForInspector() unit test Created 5 years, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE WARNING: Mixed Content: The page at 'https://127.0.0.1:8443/inspector-pr otocol/resources/active-mixed-content-iframe.html' was loaded over HTTPS, but re quested an insecure script 'http://127.0.0.1:8000/inspector-protocol/resources/b lank.js'. This content should also be served over HTTPS.
2 CONSOLE WARNING: Mixed Content: The page at 'https://127.0.0.1:8443/inspector-pr otocol/resources/passive-mixed-content-iframe.html' was loaded over HTTPS, but r equested an insecure image 'http://127.0.0.1:8000/resources/square.png'. This co ntent should also be served over HTTPS.
3 Tests that willSendRequest contains the correct mixed content status.
4
5 Network agent enabled
6 Mixed content type of https://127.0.0.1:8443/inspector-protocol/resources/no-mix ed-content-iframe.html: none
7 Mixed content type of https://127.0.0.1:8443/inspector-protocol/resources/active -mixed-content-iframe.html: none
8 Mixed content type of https://127.0.0.1:8443/inspector-protocol/resources/passiv e-mixed-content-iframe.html: none
9 Mixed content type of https://127.0.0.1:8443/inspector-protocol/resources/blank. js: none
10 Mixed content type of http://127.0.0.1:8000/inspector-protocol/resources/blank.j s: blockable
11 Mixed content type of http://127.0.0.1:8000/resources/square.png: optionally-blo ckable
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698