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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-script-added.html

Issue 2861673007: Add Origin Trial layout tests for IDL bindings (Closed)
Patch Set: Fix compile errors 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698