https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 8ba8d81fc0a97e9f5332a23d532ee9b40cf3104b authored by moz-wptsync-bot on 11 January 2018, 16:11:49 UTC
P2: Add wpt tests to verify service workers redirect the hash fragment if the redirect URL doesn't have one.
Tip revision: 8ba8d81
at-charset-utf16-le-001.xht
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <title>CSS Test: @charset utf-16-le-no-bom</title>
    <link rel="author" title="Boris Zbarsky" href="mailto:bzbarsky@mit.edu" />
    <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
    <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#charset" />
    <link rel="match" href="at-charset-ref.xht"/>
    <meta name="flags" content="" />
    <style type="text/css">
      body { color: green; }
    </style>
    <link type="text/css" charset="us-ascii" rel="stylesheet" href="support/at-charset-utf16-le-001.css" />
  </head>
  <body>
    This should be green



</body></html>
back to top