| Index: third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js b/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| index 60dbf45e58aea9c09a970cd47486204f17317e8f..9b58ee2f7c13d5755d16e1ba8d9e7822b1f4faf4 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| @@ -148,23 +148,18 @@ expect_always_bindings = (insecure_context, opt_description_suffix) => {
|
| }, 'Constant should exist on interface and return value, regardless of trial' + description_suffix);
|
|
|
| if (insecure_context) {
|
| - // TODO(crbug.com/695123): Uncomment test when fixed so [SecureContext] and
|
| - // [OriginTrialEnabled] extended attributes work correctly together.
|
| - /*
|
| test(() => {
|
| expect_member_fails('secureUnconditionalAttribute');
|
| }, 'Secure attribute should not exist, regardless of trial' + description_suffix);
|
| - */
|
| +
|
| test(() => {
|
| expect_member_fails('secureStaticUnconditionalAttribute');
|
| }, 'Secure static attribute should not exist, regardless of trial' + description_suffix);
|
| - // TODO(crbug.com/695123): Uncomment test when fixed so [SecureContext] and
|
| - // [OriginTrialEnabled] extended attributes work correctly together.
|
| - /*
|
| +
|
| test(() => {
|
| expect_member_fails('secureUnconditionalMethod');
|
| }, 'Secure method should not exist, regardless of trial' + description_suffix);
|
| - */
|
| +
|
| test(() => {
|
| expect_member_fails('secureStaticUnconditionalMethod');
|
| }, 'Secure static method should not exist, regardless of trial' + description_suffix);
|
|
|