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

Side by Side Diff: content/test/data/device_sensors/device_inertial_sensor_diagnostics.html

Issue 292693004: [DeviceLight] Browser+java part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 2 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>Device Motion/Orientation diagnostic measurements</title> 4 <title>Device Motion/Orientation diagnostic measurements</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <table> 7 <table>
8 <tr> 8 <tr>
9 <td colspan="2"> 9 <td colspan="2">
10 <hr> 10 <hr>
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 orientationSupported = "supported"; 138 orientationSupported = "supported";
139 } 139 }
140 document.getElementById("orientationSupported").innerHTML = orientationSup ported; 140 document.getElementById("orientationSupported").innerHTML = orientationSup ported;
141 141
142 setInterval(function(){updateMeasurements()}, updateIntervalDelaySec*1000) ; 142 setInterval(function(){updateMeasurements()}, updateIntervalDelaySec*1000) ;
143 143
144 </script> 144 </script>
145 145
146 </body> 146 </body>
147 </html> 147 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698