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

Unified Diff: LayoutTests/fast/dom/DeviceMotion/multiple-event-listeners.html

Issue 240993003: Fix the issue with adding/removing event listeners for Device Motion/Orientation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: similarity=80 Created 6 years, 8 months 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/DeviceMotion/multiple-event-listeners.html
diff --git a/LayoutTests/fast/dom/DeviceMotion/multiple-event-listeners.html b/LayoutTests/fast/dom/DeviceMotion/multiple-event-listeners.html
new file mode 100644
index 0000000000000000000000000000000000000000..fd29df7d290d693f8a7d99f706aef58f9b2bc1b6
--- /dev/null
+++ b/LayoutTests/fast/dom/DeviceMotion/multiple-event-listeners.html
@@ -0,0 +1,8 @@
+<html>
+<head>
+<script src="../../../resources/js-test.js"></script>
+</head>
+<body>
+<script src="script-tests/multiple-event-listeners.js"></script>
Inactive 2014/04/17 14:39:33 I think it is frown upon to have the test in a sep
Peter Beverloo 2014/04/17 14:48:17 +1
timvolodine 2014/04/17 15:34:13 Done.
timvolodine 2014/04/17 15:34:13 Done.
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698