Chromium Code Reviews| 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..d3104b7b65862b0c7b23d01d3c110cde9699cdd0 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: Maybe bubbles should be configurable. |
|
timvolodine
2014/12/11 18:38:46
fixme looks very vague: either remove or add somet
bashi
2014/12/11 23:56:16
Done.
|
| shouldBeTrue("defaultEvent.bubbles"); |
| shouldBeFalse("defaultEvent.cancelable"); |
| </script> |