Bug 1856777 [wpt PR 42330] - Update wpt metadata, a=testonly
[gecko.git] / devtools / client / responsive / toolbar.xhtml
bloba977119a418111ea309c1c23e0d5b84c05a2ce12
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <!DOCTYPE html>
6 <html xmlns="http://www.w3.org/1999/xhtml">
7 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9 <link
10 rel="stylesheet"
11 type="text/css"
12 href="chrome://devtools/content/responsive/index.css"
14 <script src="chrome://devtools/content/shared/theme-switching.js"></script>
15 <script src="resource://devtools/client/responsive/index.js"></script>
16 </head>
17 <body role="application">
18 <div id="root"></div>
19 </body>
20 </html>