 Chromium Code Reviews
 Chromium Code Reviews Issue 775763007:
  Use event init dictionary in modules/device_light  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 775763007:
  Use event init dictionary in modules/device_light  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| 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..f69a2dbe38fade3944b6e8d59635990fe4e1a3d3 100644 | 
| --- a/LayoutTests/fast/dom/DeviceLight/create-event.html | 
| +++ b/LayoutTests/fast/dom/DeviceLight/create-event.html | 
| @@ -31,7 +31,7 @@ shouldBeFalse("newEvent.cancelable") | 
| shouldBeTrue("typeof newEvent.value == 'number'"); | 
| shouldBeEqualToNumber('newEvent.value', 10); | 
| -shouldBeTrue("defaultEvent.bubbles"); | 
| +shouldBeFalse("defaultEvent.bubbles"); | 
| 
timvolodine
2014/12/03 12:37:50
unless I am missing something the spec explicitly
 
bashi
2014/12/04 23:40:52
It seems that I forgot to put a comment to describ
 
timvolodine
2014/12/09 14:49:29
I did not write the spec :/, I was looking at http
 
bashi
2014/12/10 00:06:06
Hmm, my point was "a user agent" is different from
 | 
| shouldBeFalse("defaultEvent.cancelable"); | 
| </script> | 
| </body> |