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

Side by Side Diff: LayoutTests/http/tests/security/inactive-document-with-empty-security-origin.html

Issue 7540005: Merge 91957 (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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/inactive-document-with-empty-security-origin-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
1 <script> 1 <script>
2 (function() { 2 (function() {
3 3
4 if (location.hash == "#stop") 4 if (location.hash == "#stop")
5 return; 5 return;
6 6
7 if (window.layoutTestController) { 7 if (window.layoutTestController) {
8 layoutTestController.dumpAsText(); 8 layoutTestController.dumpAsText();
9 layoutTestController.waitUntilDone(); 9 layoutTestController.waitUntilDone();
10 layoutTestController.setCanOpenWindows(); 10 layoutTestController.setCanOpenWindows();
(...skipping 27 matching lines...) Expand all
38 window.addEventListener('message', function(evt) { 38 window.addEventListener('message', function(evt) {
39 if (evt.data == 'done') { 39 if (evt.data == 'done') {
40 if (window.layoutTestController) 40 if (window.layoutTestController)
41 layoutTestController.notifyDone(); 41 layoutTestController.notifyDone();
42 } 42 }
43 }); 43 });
44 44
45 })(); 45 })();
46 </script> 46 </script>
47 This test passes if it doesn't alert something ugly. 47 This test passes if it doesn't alert something ugly.
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/inactive-document-with-empty-security-origin-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698