1
0
Fork 0
firefox/devtools/client/application/test/browser/resources/manifest/load-ok-warnings.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
349 B
HTML

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