| Index: LayoutTests/fast/dom/DeviceLight/create-event.html
|
| diff --git a/LayoutTests/fast/dom/DeviceLight/create-event.html b/LayoutTests/fast/dom/DeviceLight/create-event.html
|
| index a8727f471137f7217b7157ff78b4f1a8a0a2b252..c8f934f3396a9d274130253a4779870d7c51e179 100644
|
| --- a/LayoutTests/fast/dom/DeviceLight/create-event.html
|
| +++ b/LayoutTests/fast/dom/DeviceLight/create-event.html
|
| @@ -31,6 +31,7 @@ shouldBeFalse("newEvent.cancelable")
|
| shouldBeTrue("typeof newEvent.value == 'number'");
|
| shouldBeEqualToNumber('newEvent.value', 10);
|
|
|
| +// FIXME: Consider making bubbles property configurable.
|
| shouldBeTrue("defaultEvent.bubbles");
|
| shouldBeFalse("defaultEvent.cancelable");
|
| </script>
|
|
|