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

Side by Side Diff: third_party/WebKit/LayoutTests/device_orientation/orientation/basic-operation-absolute.html

Issue 2677603003: Move DeviceMotion and DeviceOrientation out from fast/dom/. (Closed)
Patch Set: device_orientation Created 3 years, 10 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 <body> 3 <body>
4 <script src="../../../resources/js-test.js"></script> 4 <script src="../../resources/js-test.js"></script>
5 <script src="resources/basic-operation.js"></script> 5 <script src="resources/basic-operation.js"></script>
6 <script> 6 <script>
7 description('Tests basic operation of deviceorientationabsolute event using mock data.'); 7 description('Tests basic operation of deviceorientationabsolute event using mock data.');
8 testBasicOperation('deviceorientationabsolute'); 8 testBasicOperation('deviceorientationabsolute');
9 </script> 9 </script>
10 </body> 10 </body>
11 </html> 11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698