Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Unified Diff: LayoutTests/fast/dom/DeviceLight/create-event.html

Issue 775763007: Use event init dictionary in modules/device_light (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/events/Event.h » ('j') | Source/modules/device_light/DeviceLightEvent.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | Source/core/events/Event.h » ('j') | Source/modules/device_light/DeviceLightEvent.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698