| Index: third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties-expected.txt
|
| deleted file mode 100644
|
| index 7a7540e3240bc0198be211ca0e8419867d600367..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/DeviceOrientation/optional-event-properties-expected.txt
|
| +++ /dev/null
|
| @@ -1,49 +0,0 @@
|
| -Tests the optional properties of DeviceOrientationEvent. Each property should be null if not set, or set to null or undefined.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -event = document.createEvent('DeviceOrientationEvent')
|
| -PASS event.alpha == null is true
|
| -PASS event.beta == null is true
|
| -PASS event.gamma == null is true
|
| -PASS event.absolute is false
|
| -event.initDeviceOrientationEvent('', false, false, 0, 1, 2, false)
|
| -PASS event.alpha == 0 is true
|
| -PASS event.beta == 1 is true
|
| -PASS event.gamma == 2 is true
|
| -PASS event.absolute is false
|
| -event.initDeviceOrientationEvent('', false, false, 0, 1, 2, true)
|
| -PASS event.alpha == 0 is true
|
| -PASS event.beta == 1 is true
|
| -PASS event.gamma == 2 is true
|
| -PASS event.absolute is true
|
| -event.initDeviceOrientationEvent()
|
| -PASS event.alpha == null is true
|
| -PASS event.beta == null is true
|
| -PASS event.gamma == null is true
|
| -PASS event.absolute is false
|
| -event.initDeviceOrientationEvent('', false, false, [], [], [], [])
|
| -PASS event.alpha == 0 is true
|
| -PASS event.beta == 0 is true
|
| -PASS event.gamma == 0 is true
|
| -PASS event.absolute is true
|
| -event.initDeviceOrientationEvent('', false, false, undefined, undefined, undefined, undefined)
|
| -PASS event.alpha == null is true
|
| -PASS event.beta == null is true
|
| -PASS event.gamma == null is true
|
| -PASS event.absolute is false
|
| -event.initDeviceOrientationEvent('', false, false, '', '', '', '')
|
| -PASS event.alpha == 0 is true
|
| -PASS event.beta == 0 is true
|
| -PASS event.gamma == 0 is true
|
| -PASS event.absolute is false
|
| -event.initDeviceOrientationEvent('', false, false, null, null, null, null)
|
| -PASS event.alpha == null is true
|
| -PASS event.beta == null is true
|
| -PASS event.gamma == null is true
|
| -PASS event.absolute is false
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|