chromium/content/test/data/device_posture/valid_token.html

<!DOCTYPE html>
<meta charset="utf-8">
<!-- The OT token below expires in 2033.
   Regenerate this token with the command:
   generate_token.py https://example.test FoldableAPIs --expire-timestamp=2000000000 -->
<meta http-equiv="origin-trial" content="A7lNZO0Koy9FElYOLjQGgwGDgSdFxS93UMw7Am6gPnaHa+nsKHPYZjj3Z3dllkkmSQCgb+wlKWkLGMXoqEFcBwgAAABXeyJvcmlnaW4iOiAiaHR0cHM6Ly9leGFtcGxlLnRlc3Q6NDQzIiwgImZlYXR1cmUiOiAiRm9sZGFibGVBUElzIiwgImV4cGlyeSI6IDIwMDAwMDAwMDB9">
<title>Device Posture API Origin Trial Test</title>
<head>
  <style>
    #content {
      width: 0;
    }
    @media (horizontal-viewport-segments: 2) {
      #content {
        width: env(viewport-segment-width 0 0);
      }
    }
  </style>
</head>
<body>
  <div id="content"></div>
</body>