chromium/chrome/test/data/extensions/api_test/printing_metrics/api_not_available.js

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

chrome.test.assertTrue(!chrome.printingMetrics);
chrome.test.succeed();