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

Unified Diff: content/test/data/site_isolation/comment_js.html

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: blocking code gets simpler and testcase is moved to /content Created 7 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 side-by-side diff with in-line comments
Download patch
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..2f1e982c08e2c6683f719ec843cb651582c89267
--- /dev/null
+++ b/content/test/data/site_isolation/comment_js.html
@@ -0,0 +1,2 @@
+<!-- this is a valid javascript content -->
Charlie Reis 2013/08/22 18:23:30 nit for all of these files: Capitalize sentence, e
dsjang 2013/08/22 19:05:55 Done.
+var j = 0; document.write(j);

Powered by Google App Engine
This is Rietveld 408576698