Commit ebdfec10 authored by Rayan Kanso's avatar Rayan Kanso Committed by Commit Bot

[ContentIndex] Enable Origin Trial.

Bug: 1012339
Change-Id: I82c767d6ae912ce54bebe3d96a29b4878e9854f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928773
Commit-Queue: Rayan Kanso <rayankans@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720495}
parent 4218de8e
...@@ -344,6 +344,8 @@ ...@@ -344,6 +344,8 @@
}, },
{ {
name: "ContentIndex", name: "ContentIndex",
origin_trial_feature_name: "ContentIndex",
origin_trial_os: ["android"],
status: "experimental", status: "experimental",
}, },
{ {
......
...@@ -2106,3 +2106,8 @@ crbug.com/626703 [ Win ] external/wpt/payment-method-basic-card/billing-address- ...@@ -2106,3 +2106,8 @@ crbug.com/626703 [ Win ] external/wpt/payment-method-basic-card/billing-address-
[ Win ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/contacts-manager-extra-properties-trial-interfaces.html [ Skip ] [ Win ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/contacts-manager-extra-properties-trial-interfaces.html [ Skip ]
[ Linux ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/contacts-manager-extra-properties-trial-interfaces.html [ Skip ] [ Linux ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/contacts-manager-extra-properties-trial-interfaces.html [ Skip ]
[ Mac ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/contacts-manager-extra-properties-trial-interfaces.html [ Skip ] [ Mac ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/contacts-manager-extra-properties-trial-interfaces.html [ Skip ]
# Chrome Win/Linux/Mac don't support Content Index origin trial yet
[ Win ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/content-index-origin-trial-interfaces.html [ Skip ]
[ Linux ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/content-index-origin-trial-interfaces.html [ Skip ]
[ Mac ] virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/webexposed/content-index-origin-trial-interfaces.html [ Skip ]
<!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>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment