Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/webvr/idlharness.html

Issue 2623223003: Import wpt@82173128ef6f536e5faaafc29eecc521380f81ae (Closed)
Patch Set: Modify TestExpectations or download new baselines for tests. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698