tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

load-ok-warnings.html (349B)


      1 <!doctype html>
      2 <head>
      3  <meta charset="utf-8">
      4  <title>Manifest successful load with a warning</title>
      5  <link rel="manifest" href='data:application/manifest+json,{"name": "Foo", "background_color": 42}'>
      6 </head>
      7 <body>
      8 <h1>Manifest OK with validation warnings</h1>
      9 <p><code>background_color</code> does not contain a valid CSS color.</p>
     10 </body>