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

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

Issue 1984023002: Move web-platform-tests to wpt (part 1 of 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <title>Gamepad IDL tests</title> 4 <title>Gamepad IDL tests</title>
5 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#gamepad-interface"> 5 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#gamepad-interface">
6 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#gamepadbutton-interface"> 6 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#gamepadbutton-interface">
7 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#gamepadevent-interface"> 7 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#gamepadevent-interface">
8 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#navigator-interface-extension"> 8 <link rel="help" href="https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.h tml#navigator-interface-extension">
9 <script src="../../../resources/testharness.js"></script> 9 <script src="../../../resources/testharness.js"></script>
10 <script src="../../../resources/testharnessreport.js"></script> 10 <script src="../../../resources/testharnessreport.js"></script>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 idl_array.add_idls(document.getElementById("idl").textContent); 61 idl_array.add_idls(document.getElementById("idl").textContent);
62 idl_array.add_objects({ 62 idl_array.add_objects({
63 GamepadEvent: [new GamepadEvent("something")], 63 GamepadEvent: [new GamepadEvent("something")],
64 Navigator: ["navigator"], 64 Navigator: ["navigator"],
65 }); 65 });
66 idl_array.test(); 66 idl_array.test();
67 </script> 67 </script>
68 <div id="log"></div> 68 <div id="log"></div>
69 </body> 69 </body>
70 </html> 70 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698