Index: third_party/WebKit/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt |
index 0c004259a77d37e2b55e96618cde81cc7fb293d7..a2b696d9da8cd16ff6c5bc6faa02c6d9f683aff9 100644 |
--- a/third_party/WebKit/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt |
@@ -1,15 +1,8 @@ |
-Tests that document.createEvent() works with DeviceLightEvent. |
+Tests the DeviceLightEvent constructor. |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS typeof event == 'object' is true |
-PASS event.__proto__ is DeviceLightEvent.prototype |
-PASS event instanceof window.DeviceLightEvent is true |
-PASS 'type' in event is true |
-PASS 'bubbles' in event is true |
-PASS 'cancelable' in event is true |
-PASS 'value' in event is true |
PASS typeof newEvent.type == 'string' is true |
PASS newEvent.type is "devicelight" |
PASS typeof newEvent.bubbles == 'boolean' is true |
@@ -20,6 +13,7 @@ PASS typeof newEvent.value == 'number' is true |
PASS newEvent.value is 10 |
PASS defaultEvent.bubbles is true |
PASS defaultEvent.cancelable is false |
+PASS defaultEvent.value is Infinity |
PASS successfullyParsed is true |
TEST COMPLETE |