| OLD | NEW |
| 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="api-experiments" content="W5OpLTgzFacJn++BqWVqbeyfxdbimq4hqMg65lHYlm
od6ZB2Jl5pfNWlHtRJBOl88/paQB5wqWq5e3z870tfCw==|http://127.0.0.1:8000|Frobulate|1
000000000" /> |
| 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> |
| OLD | NEW |