| Index: third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origin_trials.js b/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| similarity index 99%
|
| rename from third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origin_trials.js
|
| rename to third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| index f4d5906d25b0e21613b13662bb6d5d07dceb21bc..1ab0c07ed16570941f86a800d989b8161ff8fc7b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origin_trials.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/resources/origintrials.js
|
| @@ -100,7 +100,7 @@ test(() => {
|
| var testObject = window.internals.originTrialsTest();
|
| assert_idl_attribute(testObject, 'throwingAttribute');
|
| assert_true(testObject.throwingAttribute, 'Attribute should return boolean value');
|
| - }, 'Attribute should exist and return value');
|
| + }, 'Accessing attribute should return value and not throw exception');
|
|
|
| test(() => {
|
| assert_idl_attribute(window.internals, 'originTrialsTest');
|
|
|