Index: third_party/WebKit/LayoutTests/payments/payment-request-in-iframe-nested-not-allowed.html |
diff --git a/third_party/WebKit/LayoutTests/payments/payment-request-in-iframe-nested-not-allowed.html b/third_party/WebKit/LayoutTests/payments/payment-request-in-iframe-nested-not-allowed.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..5294b2bacf6c2a2ce39c2b90439a48ec6296340a |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/payments/payment-request-in-iframe-nested-not-allowed.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<meta charset="utf-8"> |
+<title>Test for PaymentRequest in an iframe</title> |
+<script src="../resources/testharness.js"></script> |
+<script src="../resources/testharnessreport.js"></script> |
+<iframe src="resources/payment-request-in-iframe-nested-expect-failure.html"></iframe> |