blob: adb9bf3f9e9d85a44d7ac9a197672e41f3cf9528 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test Sample API when 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 trial is not enabled, as no token is provided.
expect_failure();
expect_failure_bindings();
expect_failure_implied();
</script>