OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE HTML> | |
2 | |
3 <!-- | |
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. | |
5 Use of this source code is governed by a BSD-style license that can be | |
6 found in the LICENSE file. | |
7 --> | |
8 | |
9 <html i18n-values="dir:textdirection"> | |
10 <head> | |
11 <meta charset="utf-8"> | |
12 <title i18n-content="Media Internals"></title> | |
13 | |
14 <script src="chrome://media-internals/media_internals.js"></script> | |
15 </head> | |
16 | |
17 <body> | |
18 Hello World | |
19 </body> | |
20 </html> | |
OLD | NEW |