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

Unified Diff: chrome/test/data/iframe.html

Issue 789273006: Make ContentSettingsObserver security checks work with OOPIF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | content/browser/site_per_process_browsertest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/iframe.html
diff --git a/chrome/test/data/iframe.html b/chrome/test/data/iframe.html
index eed403d5826db6eb00dab287f7c500adc5a6d773..21ea4369b410eddd345ccecea1f5a7297e9a49da 100644
--- a/chrome/test/data/iframe.html
+++ b/chrome/test/data/iframe.html
@@ -1,4 +1,4 @@
<html><head><title>iframe test</title></head>
<body>
-<iframe src="title1.html"></iframe>
+<iframe src="title1.html" id="test"></iframe>
</body></html>
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | content/browser/site_per_process_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698