chromium/components/security_interstitials/core/browser/resources/interstitial_badclock.css

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

.bad-clock .icon {
  background-image: image-set(
      url(images/1x/clock.png) 1x,
      url(images/2x/clock.png) 2x);
}