blob: 46d750c876ad21e935d341c914230a98edd848b1 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 ContentIndex --expire-timestamp=2000000000
-->
<meta http-equiv="origin-trial" content="Aj1i2fGDWwBd/phRgdCGuXQfzv1Syck9uLmSyoXI/BfQJY2Ylf/KX1wAke9jNxHUAZ9iy3bPeD199LJfxZFnkgMAAABUeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiQ29udGVudEluZGV4IiwgImV4cGlyeSI6IDIwMDAwMDAwMDB9" />
<title>ContentIndex - 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_exist(this, {
'ContentIndex': ['add', 'delete', 'getAll'],
'ServiceWorkerRegistration': ['index'],
});
}, 'Content Index API interfaces and properties in Origin-Trial enabled document.');
</script>