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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector/security/security-unknown-resource.html

Issue 1441623003: Security panel: add test for origin with unknown security state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/security/security-unknown-resource-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script src="../inspector-test.js"></script>
4 <script src="../security-test.js"></script>
5 <script>
6 function test()
7 {
8 var request = new WebInspector.NetworkRequest(InspectorTest.mainTarget, 0, " http://unknown", "https://foo.test", 0, 0, null);
9 InspectorTest.dispatchRequestFinished(request);
10
11 InspectorTest.dumpSecurityPanelSidebarOrigins();
12
13 InspectorTest.completeTest();
14 }
15 </script>
16 </head>
17 <body onload="runTest()">
18 <p>Tests that requests to unresolved origins result in unknown security state an d show up in the sidebar origin list.</p>
19 </body>
20 </html>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/security/security-unknown-resource-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698