blob: d22b5bacd7a3ff9a23813a01fb5a39ddb2fc447a (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<title>Test that an unrecognized member is ignored</title>
<link rel="help" href="https://www.w3.org/TR/appmanifest/#processing" />
<link rel="manifest" href="resources/unrecognized-member.webmanifest" />
<script src="resources/unrecognized-member-manual.js"></script>
<h1>Testing support for ignoring an unrecognized member</h1>
<p>
To pass, the application name must be "pass". Parsing must not fail due to the
presence of the unrecognized members in the manifest.
</p>
|