| OLD | NEW |
| 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...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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;value=FAIL"); | 43 @import url("http://127.0.0.1:8000/security/resources/set-cookie.php?name=import
&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 '> |
| OLD | NEW |