Chromium Code Reviews

Side by Side Diff: LayoutTests/http/tests/security/svg-image-leak.html

Issue 10993046: Merge 129585 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 <script> 1 <script>
2 if (window.testRunner) { 2 if (window.testRunner) {
3 testRunner.dumpAsText(); 3 testRunner.dumpAsText();
4 testRunner.waitUntilDone(); 4 testRunner.waitUntilDone();
5 } 5 }
6 6
7 window.addEventListener("load", function() { 7 window.addEventListener("load", function() {
8 var cookie = document.cookie; 8 var cookie = document.cookie;
9 9
10 if (/font/.test(cookie) || /import/.test(cookie)) 10 if (/font/.test(cookie) || /import/.test(cookie))
(...skipping 31 matching lines...)
42 <style type="text/css"> 42 <style type="text/css">
43 @import url("http://127.0.0.1:8000/security/resources/set-cookie.php?name=import &amp;amp;value=FAIL"); 43 @import url("http://127.0.0.1:8000/security/resources/set-cookie.php?name=import &amp;amp;value=FAIL");
44 </style> 44 </style>
45 </defs> 45 </defs>
46 46
47 <polygon id="triangle" points="0,0 0,50 50,0" fill="#00FF00" stroke="#004400"/> 47 <polygon id="triangle" points="0,0 0,50 50,0" fill="#00FF00" stroke="#004400"/>
48 <text x="50" y="50" class="cc">groebert</text> 48 <text x="50" y="50" class="cc">groebert</text>
49 49
50 </svg> 50 </svg>
51 '> 51 '>
OLDNEW
« no previous file with comments | « LayoutTests/http/tests/security/resources/set-cookie.php ('k') | LayoutTests/http/tests/security/svg-image-leak-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine