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

Side by Side Diff: LayoutTests/http/tests/security/xss-DENIED-document-baseURI-javascript.html

Issue 7499005: Merge 91611 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 5 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/xss-DENIED-document-baseURI-javascript-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 <html> 1 <html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.layoutTestController) { 4 if (window.layoutTestController) {
5 layoutTestController.dumpAsText(); 5 layoutTestController.dumpAsText();
6 layoutTestController.waitUntilDone(); 6 layoutTestController.waitUntilDone();
7 } 7 }
8 8
9 9
10 window.onload = function() 10 window.onload = function()
(...skipping 14 matching lines...) Expand all
25 { 25 {
26 if (window.layoutTestController) 26 if (window.layoutTestController)
27 layoutTestController.notifyDone(); 27 layoutTestController.notifyDone();
28 } 28 }
29 </script> 29 </script>
30 </head> 30 </head>
31 <body> 31 <body>
32 This test passes if there is no alert dialog 32 This test passes if there is no alert dialog
33 </body> 33 </body>
34 </html> 34 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xss-DENIED-document-baseURI-javascript-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698