| 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>WebVR IDL test</title> | 5 <title>WebVR IDL test</title> |
| 6 <link rel="help" href="https://w3c.github.io/webvr/"> | 6 <link rel="help" href="https://w3c.github.io/webvr/"> |
| 7 | 7 |
| 8 <script src=/resources/testharness.js></script> | 8 <script src=/resources/testharness.js></script> |
| 9 <script src=/resources/testharnessreport.js></script> | 9 <script src=/resources/testharnessreport.js></script> |
| 10 <script src=/resources/WebIDLParser.js></script> | 10 <script src=/resources/WebIDLParser.js></script> |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 idl_array.add_untested_idls("interface Gamepad {};"); | 263 idl_array.add_untested_idls("interface Gamepad {};"); |
| 264 | 264 |
| 265 idl_array.add_idls(document.getElementById("webvr_idl").textContent); | 265 idl_array.add_idls(document.getElementById("webvr_idl").textContent); |
| 266 | 266 |
| 267 idl_array.test(); | 267 idl_array.test(); |
| 268 done(); | 268 done(); |
| 269 }, {explicit_done: true}); | 269 }, {explicit_done: true}); |
| 270 </script> | 270 </script> |
| 271 </body> | 271 </body> |
| 272 </html> | 272 </html> |
| OLD | NEW |