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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/feature-policy/payment-disabled-expected.txt

Issue 2618383002: Initial implementation for feature policy - PaymentRequest (Closed)
Patch Set: Codereview: nit + added link to bug that is blocking payment Created 3 years, 11 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: third_party/WebKit/LayoutTests/http/tests/feature-policy/payment-disabled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/payment-disabled-expected.txt b/third_party/WebKit/LayoutTests/http/tests/feature-policy/payment-disabled-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..c3c35e7773da1f1816245707a125c49c43d5fdc7
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/payment-disabled-expected.txt
@@ -0,0 +1,33 @@
+
+
+--------
+Frame: '<!--framePath //<!--frame0-->-->'
+--------
+This is a testharness.js-based test.
+PASS No iframe may construct PaymentRequest when disabled.
+Harness: the test ran to completion.
+
+
+--------
+Frame: '<!--framePath //<!--frame1-->-->'
+--------
+This is a testharness.js-based test.
+PASS No iframe may construct PaymentRequest when disabled.
+Harness: the test ran to completion.
+
+
+--------
+Frame: '<!--framePath //<!--frame2-->-->'
+--------
+This is a testharness.js-based test.
+FAIL No iframe may construct PaymentRequest when disabled. assert_equals: expected "SecurityError" but got "Error"
iclelland 2017/01/18 19:31:00 Do you know why this assert is failing? I expected
lunalu1 2017/01/19 16:54:08 Error is from assert_unreached. But I have made th
+Harness: the test ran to completion.
+
+
+--------
+Frame: '<!--framePath //<!--frame3-->-->'
+--------
+This is a testharness.js-based test.
+FAIL No iframe may construct PaymentRequest when disabled. assert_equals: expected "SecurityError" but got "Error"
iclelland 2017/01/18 19:31:00 Same here
lunalu1 2017/01/19 16:54:08 Done.
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698