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

Side by Side Diff: LayoutTests/fast/dom/DeviceOrientation/window-property-expected.txt

Issue 14447006: Global constructors should be configurable and not enumerable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Clean rebase on master Created 7 years, 8 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 Tests that the window.DeviceOrientationEvent and window.ondeviceorientation prop erties are present. 1 Tests that the window.DeviceOrientationEvent and window.ondeviceorientation prop erties are present.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 FAIL typeof window.DeviceOrientationEvent == 'object' should be true. Was false. 6 FAIL typeof window.DeviceOrientationEvent == 'object' should be true. Was false.
7 FAIL typeof window.DeviceOrientationEvent == 'function' should be false. Was tru e. 7 FAIL typeof window.DeviceOrientationEvent == 'function' should be false. Was tru e.
8 PASS hasDeviceOrientationEventProperty() is true 8 PASS window.propertyIsEnumerable('DeviceOrientationEvent') is false
9 PASS 'DeviceOrientationEvent' in window is true 9 PASS 'DeviceOrientationEvent' in window is true
10 PASS window.hasOwnProperty('DeviceOrientationEvent') is true 10 PASS window.hasOwnProperty('DeviceOrientationEvent') is true
11 PASS typeof window.ondeviceorientation == 'object' is true 11 PASS typeof window.ondeviceorientation == 'object' is true
12 PASS hasOnDeviceOrientationProperty() is true 12 PASS hasOnDeviceOrientationProperty() is true
13 PASS 'ondeviceorientation' in window is true 13 PASS 'ondeviceorientation' in window is true
14 FAIL window.hasOwnProperty('ondeviceorientation') should be true. Was false. 14 FAIL window.hasOwnProperty('ondeviceorientation') should be true. Was false.
15 PASS successfullyParsed is true 15 PASS successfullyParsed is true
16 16
17 TEST COMPLETE 17 TEST COMPLETE
18 18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698