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

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

Issue 2767983003: Initial Implementation of Iframe Attribute for Feature Policy (Part 4) (Closed)
Patch Set: Codereview: nit + added more unit tests for container policy 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 <script src="../../resources/testharness.js"></script>
3 <script src="../../resources/testharnessreport.js"></script>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText();
8 }
9 </script>
10 <iframe id="f1" src="resources/feature-policy-payment-enabled.html" allow="payme nt"></iframe>
11 <iframe id="f2" src="http://localhost:8000/feature-policy/resources/feature-poli cy-payment-enabled.html" allow="payment"></iframe>
12 <iframe id="f3" src="resources/feature-policy-payment-enabled.html" allowpayment request allow="payment"></iframe>
13 <iframe id="f4" src="http://localhost:8000/feature-policy/resources/feature-poli cy-payment-enabled.html" allowpaymentrequest allow="payment"></iframe>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698