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

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

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-expected.txt
diff --git a/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt b/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt
index 0c004259a77d37e2b55e96618cde81cc7fb293d7..1ed931fea288859fff08e32bb0a6dd64f7e2d2a2 100644
--- a/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt
+++ b/LayoutTests/fast/dom/DeviceLight/create-event-expected.txt
@@ -18,7 +18,7 @@ PASS typeof newEvent.cancelable == 'boolean' is true
PASS newEvent.cancelable is false
PASS typeof newEvent.value == 'number' is true
PASS newEvent.value is 10
-PASS defaultEvent.bubbles is true
+PASS defaultEvent.bubbles is false
PASS defaultEvent.cancelable is false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698