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

Side by Side 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, 9 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <meta name="origin-trials" content="I am a website so Frobulate is yes" /> 3 <meta http-equiv="origin-trial" content="I am a website so Frobulate is yes" />
4 <title>Test Sample API when trial is disabled (invalid token)</title> 4 <title>Test Sample API when trial is disabled (invalid token)</title>
5 <script src="../resources/testharness.js"></script> 5 <script src="../resources/testharness.js"></script>
6 <script src="../resources/testharness-helpers.js"></script> 6 <script src="../resources/testharness-helpers.js"></script>
7 <script src="../resources/testharnessreport.js"></script> 7 <script src="../resources/testharnessreport.js"></script>
8 <script src="resources/origin_trials.js"></script> 8 <script src="resources/origin_trials.js"></script>
9 <script> 9 <script>
10 10
11 // The experiment is not enabled, as the provided token is invalid. 11 // The experiment is not enabled, as the provided token is invalid.
12 expect_failure(); 12 expect_failure();
13 </script> 13 </script>
OLDNEW
« 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