Chromium Code Reviews| Index: content/test/data/site_isolation/comment_js.html |
| diff --git a/content/test/data/site_isolation/comment_js.html b/content/test/data/site_isolation/comment_js.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7f92594986aa51b0dd74b4696957fbf64816a20b |
| --- /dev/null |
| +++ b/content/test/data/site_isolation/comment_js.html |
| @@ -0,0 +1,2 @@ |
| +<!-- This is a valid javascript content despite having an HTML comment. --> |
| +var j = 0; document.write(j); |