blob: 4db3cd3609e795bce482fe1eacf6396150811ec3 [file] [log] [blame]
<!--
* Copyright 2018 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
-->
The "ics" extension is hard-coded as "text/calendar" by net::MimeUtil.
So, regardless of the platform's MIME type for the "ics" file extension,
the resource will always be served as "text/calendar" and therefore be handled
by the test extension.
<embed src="well-known-mime.ics"></embed>