Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<title>Test that icons_localized falls back to non-localized icons when no locale matches</title>
<link rel="help" href="https://w3c.github.io/manifest/#icons-member" />
<link rel="help" href="https://w3c.github.io/manifest/#dfn-localizable-member" />
<link rel="manifest" href="resources/icons_localized-member-no-match-fallback.webmanifest" />
<script src="resources/icons_localized-member-manual.js"></script>
<h1>Testing non-localized fallback for <code>icons_localized</code></h1>
<p>
Set your browser locale to one that is not in the manifest (e.g.,
<code>de</code>, <code>zh</code>, or <code>ko</code>). Install this page as
a web application. To pass, the browser must fall back to the non-localized
<code>icons</code> field and the installed app icon must be a green check
mark (<code>pass.png</code>).
</p>