1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18

content / test / data / device_posture / no_token.html [blame]

<!DOCTYPE html>
<meta charset="utf-8">
<title>Device Posture API No 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>