1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / origin_trials / basic.html [blame]

<!DOCTYPE html>
<html>
<head>
<title>Origin Trial Test</title>
<!-- TODO(iclelland): Generate this sample token during the build. The token
   below will expire in 2033, but it would be better to always have a token which
   is guaranteed to be valid when the tests are run.
   Generate this token with the command:
   generate_token.py https://example.test Frobulate -expire-timestamp=2000000000 -->
<meta http-equiv="origin-trial" content="AlrgXVXDH5RSr6sDZiO6/8Hejv3BIhODCSS/0zD8VmDDLNPn463JzEq/Cv/wqt8cRHacGD3cUhKkibGIGQbaXAMAAABUeyJvcmlnaW4iOiAiaHR0cHM6Ly9leGFtcGxlLnRlc3Q6NDQzIiwgImZlYXR1cmUiOiAiRnJvYnVsYXRlIiwgImV4cGlyeSI6IDIwMDAwMDAwMDB9">
</head>
</html>