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

Unified Diff: content/test/data/allowed_frames.html

Issue 2697713003: Initial Implementation of Iframe Attribute for Feature Policy (Part 2) (Closed)
Patch Set: Codereview: renamed allowedFeatureNames to allowedFeatures + added more cases for propogating allow… Created 3 years, 10 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/allowed_frames.html
diff --git a/content/test/data/allowed_frames.html b/content/test/data/allowed_frames.html
new file mode 100644
index 0000000000000000000000000000000000000000..a9ccb90703134808d61f1ba6f89862d56d8047af
--- /dev/null
+++ b/content/test/data/allowed_frames.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<head>
+</head>
+<body>
+ <iframe name="frame0" id="child-0"></iframe>
+ <iframe name="frame1" id="child-1" allow></iframe>
+ <iframe name="frame2" id="child-2" allow="fullscreen vibrate" src="/cross-site/bar.com/title1.html"></iframe>
+ <iframe name="frame3" id="child-3" allow="fullscreen vibrate" src="title1.html"></iframe>
+</body>
+</html>
+

Powered by Google App Engine
This is Rietveld 408576698