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

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

Issue 2855133004: Re-enable feature policy layout tests after bug fix. (Closed)
Patch Set: Rebased FlagExpectations/site-per-process Created 3 years, 7 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
1
2
3 --------
4 Frame: '<!--framePath //<!--frame0-->-->'
5 --------
6 This is a testharness.js-based test. 1 This is a testharness.js-based test.
7 PASS No iframe may construct PaymentRequest when disabled. 2 PASS Paymentrequest disabled on URL: resources/feature-policy-payment.html with allowpaymentrequest = false
3 PASS Paymentrequest disabled on URL: http://localhost:8000/feature-policy/resour ces/feature-policy-payment.html with allowpaymentrequest = false
4 FAIL Paymentrequest disabled on URL: resources/feature-policy-payment.html with allowpaymentrequest = true assert_false: Paymentrequest(): expected false got tr ue
5 FAIL Paymentrequest disabled on URL: http://localhost:8000/feature-policy/resour ces/feature-policy-payment.html with allowpaymentrequest = true assert_false: Pa ymentrequest(): expected false got true
8 Harness: the test ran to completion. 6 Harness: the test ran to completion.
9 7
10
11 --------
12 Frame: '<!--framePath //<!--frame1-->-->'
13 --------
14 This is a testharness.js-based test.
15 PASS No iframe may construct PaymentRequest when disabled.
16 Harness: the test ran to completion.
17
18
19 --------
20 Frame: '<!--framePath //<!--frame2-->-->'
21 --------
22 This is a testharness.js-based test.
23 FAIL No iframe may construct PaymentRequest when disabled. assert_unreached: Pay mentRequest should be disabled by FeaturePolicy Reached unreachable code
24 Harness: the test ran to completion.
25
26
27 --------
28 Frame: '<!--framePath //<!--frame3-->-->'
29 --------
30 This is a testharness.js-based test.
31 FAIL No iframe may construct PaymentRequest when disabled. assert_unreached: Pay mentRequest should be disabled by FeaturePolicy Reached unreachable code
32 Harness: the test ran to completion.
33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698