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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/origin_trials/sample-api-expired.html

Issue 1682473002: [Experimental Framework] Rename meta tag name for origin trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <meta charset="utf-8"> 2 <meta charset="utf-8">
3 <!-- TODO(iclelland): Generate this sample key during the build. The key below 3 <!-- TODO(iclelland): Generate this sample key during the build. The key below
4 will expire in 2033, but it would be better to always have a key which is 4 will expire in 2033, but it would be better to always have a key which is
5 guaranteed to be valid when the tests are run. --> 5 guaranteed to be valid when the tests are run. -->
6 <meta name="api-experiments" content="ktI/SoAgEf1rzplbPPeG44jQv/t4eVFkBq6K22TBP+ +y3rQurg/RL5iuisXrTlBimad9rlKqOn9MgQKj+O4MDw==|http://127.0.0.1:8000|Frobulate|1 000000000" /> 6 <meta name="origin-trials" content="ktI/SoAgEf1rzplbPPeG44jQv/t4eVFkBq6K22TBP++y 3rQurg/RL5iuisXrTlBimad9rlKqOn9MgQKj+O4MDw==|http://127.0.0.1:8000|Frobulate|100 0000000" />
7 <title>Test Sample API when trial has expired</title> 7 <title>Test Sample API when trial has expired</title>
8 <script src="../resources/testharness.js"></script> 8 <script src="../resources/testharness.js"></script>
9 <script src="../resources/testharness-helpers.js"></script> 9 <script src="../resources/testharness-helpers.js"></script>
10 <script src="../resources/testharnessreport.js"></script> 10 <script src="../resources/testharnessreport.js"></script>
11 <script src="resources/origin_trials.js"></script> 11 <script src="resources/origin_trials.js"></script>
12 <script> 12 <script>
13 13
14 // The trial is not enabled, as the provided token is expired (although it has a 14 // The trial is not enabled, as the provided token is expired (although it has a
15 // valid signature.) 15 // valid signature.)
16 expect_failure(); 16 expect_failure();
17 </script> 17 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698