Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>Test that shortcut name_localized and icons_localized fall back to non-localized values when no locale matches</title>
<link rel="manifest" href="resources/shortcuts_localized-member-no-match-fallback.webmanifest" />
<script src="resources/shortcuts_localized-member-manual.js"></script>
<h1>Testing non-localized fallback for shortcut <code>name_localized</code> and <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
fields and the shortcut must be named "pass" with a green check mark icon
(<code>pass.png</code>).
</p>