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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy/vibrate-allowed-by-container-policy-relocate.html

Issue 2767983003: Initial Implementation of Iframe Attribute for Feature Policy (Part 4) (Closed)
Patch Set: Nit Created 3 years, 8 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/testharness.js"></script>
5 <script src="../../resources/testharnessreport.js"></script>
6 <script>
7 if (window.testRunner) {
8 testRunner.dumpAsText();
9 testRunner.dumpChildFramesAsText();
10 }
11 </script>
12 </head>
13 <iframe id="f1" src="about:blank" allow="vibrate"></iframe>
14 <iframe id="f2" src="resources/feature-policy-vibrate-relocate-disabled.html" al low="vibrate"></iframe>
15 <script>
16 document.getElementById("f1").src = "http://localhost:8000/feature-policy/resour ces/feature-policy-vibrate-enabled.html";
17 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698