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