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

Side by Side Diff: LayoutTests/http/tests/inspector/resource-main-cookies.php

Issue 7608014: Merge 92672 - Web Inspector: Resources panel does not show main resource cookies. (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 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
1 <?php 1 <?php
2 if (!$_COOKIE["cookieName"]) 2 if (!$_COOKIE["cookieName"])
3 setcookie("cookieName", "cookieValue"); 3 setcookie("cookieName", "cookieValue");
4 ?> 4 ?>
5 <html> 5 <html>
6 <head> 6 <head>
7 <script src="inspector-test.js"></script> 7 <script src="inspector-test.js"></script>
8 <script> 8 <script>
9 9
10 function test() 10 function test()
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 } 42 }
43 } 43 }
44 44
45 </script> 45 </script>
46 </head> 46 </head>
47 <body onload="runTest()"> 47 <body onload="runTest()">
48 <p>This tests that the cookie set by main resource is shown in resources pan el.</p> 48 <p>This tests that the cookie set by main resource is shown in resources pan el.</p>
49 <a href="https://bugs.webkit.org/show_bug.cgi?id=65770">bug 65770</a>. 49 <a href="https://bugs.webkit.org/show_bug.cgi?id=65770">bug 65770</a>.
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW
« no previous file with comments | « LayoutTests/ChangeLog ('k') | LayoutTests/http/tests/inspector/resource-main-cookies-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698