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

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

Issue 1756193002: Extract trial tokens using <meta http-equiv> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change header name to singular 'origin-trial' Created 4 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-enabled.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-broken.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-broken.html b/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-broken.html
index 205e608b068803dc4deaedb11f35163190ca20ff..e9da5627c533656b568d649ff7dd602f49e47cae 100644
--- a/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-broken.html
+++ b/third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-broken.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
-<meta name="origin-trials" content="I am a website so Frobulate is yes" />
+<meta http-equiv="origin-trial" content="I am a website so Frobulate is yes" />
<title>Test Sample API when trial is disabled (invalid token)</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharness-helpers.js"></script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-enabled.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698