<!DOCTYPE html>
<meta charset="utf-8">
<title>Test Sample API when implied trial is disabled (no token)</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/origintrials.js"></script>
<script>
// The implied trial is not enabled, as no token is provided for any trial.
expect_failure_implied();
</script>