Bug 1864861: part 2) Remove `aIsPreload` argument from `FontLoaderUtils::BuildChannel...
[gecko.git] / browser / base / content / aboutFrameCrashed.html
blob532854f714db8560ea567207282f70f659c65798
1 <!DOCTYPE html>
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
7 <html data-l10n-id="crashed-subframe-title">
8 <head>
9 <meta
10 http-equiv="Content-Security-Policy"
11 content="default-src chrome:; object-src 'none'"
13 <meta charset="utf-8" />
14 <meta name="color-scheme" content="light dark" />
15 <link
16 rel="stylesheet"
17 type="text/css"
18 media="all"
19 href="chrome://global/skin/in-content/info-pages.css"
21 <link
22 rel="stylesheet"
23 type="text/css"
24 media="all"
25 href="chrome://browser/skin/aboutFrameCrashed.css"
27 <link rel="localization" href="branding/brand.ftl" />
28 <link rel="localization" href="browser/browser.ftl" />
29 <link rel="localization" href="browser/contentCrash.ftl" />
30 </head>
31 <body></body>
32 </html>