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

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
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>

Powered by Google App Engine
This is Rietveld 408576698