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

Side by Side Diff: LayoutTests/fast/dom/Window/window-properties-device-orientation.html

Issue 14020004: Remove the remains of unused guards. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <p>This test dumps all of the properties that are reachable from the window.Devi ceMotionEvent window.ondevicemotion, window.DeviceOrientationEvent and window.on deviceorientation objects, along with their types. 1 <p>This test dumps all of the properties that are reachable from the window.Devi ceMotionEvent window.ondevicemotion, window.DeviceOrientationEvent and window.on deviceorientation objects, along with their types.
2 These properties are currently guarded by ENABLE_DEVICE_ORIENTATION.</p> 2 These properties are currently enabled by a runtime flag.</p>
3 <hr> 3 <hr>
4 <pre id="pre"></pre> 4 <pre id="pre"></pre>
5 5
6 <script> 6 <script>
7 if (window.testRunner) 7 if (window.testRunner)
8 testRunner.dumpAsText(); 8 testRunner.dumpAsText();
9 9
10 var logBuffer = []; 10 var logBuffer = [];
11 function log(s) 11 function log(s)
12 { 12 {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 logValue(objectName + "." + property); 88 logValue(objectName + "." + property);
89 } 89 }
90 } 90 }
91 91
92 logValue('window.DeviceMotionEvent'); 92 logValue('window.DeviceMotionEvent');
93 logValue('window.ondevicemotion'); 93 logValue('window.ondevicemotion');
94 logValue('window.DeviceOrientationEvent'); 94 logValue('window.DeviceOrientationEvent');
95 logValue('window.ondeviceorientation'); 95 logValue('window.ondeviceorientation');
96 flushLog(); 96 flushLog();
97 </script> 97 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/dom/Window/window-properties-device-orientation-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698