| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2013 The Chromium Authors. All rights reserved. | 2 Copyright 2013 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 <!DOCTYPE html> | 6 <!DOCTYPE html> |
| 7 <html i18n-values="dir:textdirection"> | 7 <html i18n-values="dir:textdirection"> |
| 8 <head> | 8 <head> |
| 9 <meta charset="utf-8"> | 9 <meta charset="utf-8"> |
| 10 <title i18n-content="Media Internals"></title> | 10 <title i18n-content="Media Internals"></title> |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 <tr> | 45 <tr> |
| 46 <td>Timestamp</td> | 46 <td>Timestamp</td> |
| 47 <td>Property</td> | 47 <td>Property</td> |
| 48 <td>Value</td> | 48 <td>Value</td> |
| 49 </tr> | 49 </tr> |
| 50 </thead> | 50 </thead> |
| 51 <tbody></tbody> | 51 <tbody></tbody> |
| 52 </table> | 52 </table> |
| 53 </div> | 53 </div> |
| 54 </div> | 54 </div> |
| 55 <script src="chrome://media-internals/media_internals.js"></script> | 55 <script src="media_internals.js"></script> |
| 56 </body> | 56 </body> |
| 57 </html> | 57 </html> |
| OLD | NEW |