blob: 76f03edd9a53eaff6cc1144157602151ada56da5 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 ContactsManager --expire-timestamp=2000000000
-->
<meta http-equiv="origin-trial" content="AjhJrQsVAJPjcnfzGXCx1Juv3fDZ0/Rv71Q/4MZbKNCD3mh+xDRTFLQWSfQAJEqIcj2TFSZASOiF6YDH/pdHVAMAAABXeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiQ29udGFjdHNNYW5hZ2VyIiwgImV4cGlyeSI6IDIwMDAwMDAwMDB9" />
<title>Contacts Manager - interfaces exposed by origin trial</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/origin-trials-helper.js"></script>
<script>
test(() => {
OriginTrialsHelper.check_properties(this, { 'ContactsManager': ['select'] });
}, 'Contact API interfaces and properties in Origin-Trial enabled document.');
</script>