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

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: Nits Created 6 years 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: 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>

Powered by Google App Engine
This is Rietveld 408576698