chromium/third_party/blink/web_tests/http/tests/origin_trials/webexposed/isinputpending-origin-trial-interfaces.html

<!DOCTYPE html>
<meta charset="utf-8">
<!-- Generate this token with the command:
generate_token.py http://127.0.0.1:8000 ExperimentalIsInputPending --expire-timestamp=2000000000
-- -->

<meta http-equiv="origin-trial" content="AsUM4BM9DEuyd0xo0RDUBJCWHHGZxqU38AUzXCUyh1ZXp8aKlo2iNgykQCeZUmEI5Yjt0Wf4R5Crdis+Xu4xjwYAAABieyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiRXhwZXJpbWVudGFsSXNJbnB1dFBlbmRpbmciLCAiZXhwaXJ5IjogMjAwMDAwMDAwMH0=" />

<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../resources/origin-trials-helper.js"></script>

<script>
test(t => {
  OriginTrialsHelper.check_properties_exist(this,
      {
        'Navigator': ['scheduling'],
        'Scheduling': ['isInputPending'],
      },
  );
}, "isInputPending related interfaces in Origin-Trial enabled document.");
</script>