| Index: third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-script-added.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-script-added.html b/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-script-added.html
|
| index 3d3a1971a84d7dc2c53fd5960c6ce2ea60690a68..8874ae517ae9dec0492f11bbdab235bbb3877bb0 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-script-added.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-script-added.html
|
| @@ -19,11 +19,13 @@ var token = "AlCoOPbezqtrGMzSzbLQC4c+oPqO6yuioemcBPjgcXajF8jtmZr4B8tJRPAARPbsX6h
|
| // token is added below.
|
| var skip_worker = true;
|
| expect_failure(skip_worker);
|
| +expect_failure_bindings(' [disabled]');
|
|
|
| // Add the token to enable the trial
|
| OriginTrialsHelper.add_token(token);
|
|
|
| // The trial is now enabled, by the token added via script.
|
| expect_success();
|
| +expect_success_bindings();
|
|
|
| </script>
|
|
|