| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
| 5 <title>User Timing IDL tests</title> | 5 <title>User Timing IDL tests</title> |
| 6 <link rel="author" title="W3C" href="http://www.w3.org/" /> | 6 <link rel="author" title="W3C" href="http://www.w3.org/" /> |
| 7 <link rel="help" href="http://www.w3.org/TR/user-timing/#extensions-performance-
interface"/> | 7 <link rel="help" href="http://www.w3.org/TR/user-timing/#extensions-performance-
interface"/> |
| 8 <link rel="help" href="http://www.w3.org/TR/user-timing/#performancemark"/> | 8 <link rel="help" href="http://www.w3.org/TR/user-timing/#performancemark"/> |
| 9 <link rel="help" href="http://www.w3.org/TR/user-timing/#performancemeasure"/> | 9 <link rel="help" href="http://www.w3.org/TR/user-timing/#performancemeasure"/> |
| 10 <script src="../../../resources/testharness.js"></script> | 10 <script src="../../../resources/testharness.js"></script> |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 idl_array.add_idls(document.getElementById("idl").textContent); | 50 idl_array.add_idls(document.getElementById("idl").textContent); |
| 51 | 51 |
| 52 idl_array.add_objects({Performance: ["window.performance"]}); | 52 idl_array.add_objects({Performance: ["window.performance"]}); |
| 53 | 53 |
| 54 idl_array.test(); | 54 idl_array.test(); |
| 55 })(); | 55 })(); |
| 56 | 56 |
| 57 </script> | 57 </script> |
| 58 </body> | 58 </body> |
| 59 </html> | 59 </html> |
| OLD | NEW |