Chromium Code Reviews| Index: LayoutTests/fast/dom/DeviceMotion/add-during-dispatch.html |
| diff --git a/LayoutTests/fast/dom/DeviceMotion/add-during-dispatch.html b/LayoutTests/fast/dom/DeviceMotion/add-during-dispatch.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..a8a8e5969d8bcb99eb0a3d6875115c23fde89028 |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/DeviceMotion/add-during-dispatch.html |
| @@ -0,0 +1,9 @@ |
| +<html> |
| +<head> |
| +<script src="../../js/resources/js-test-pre.js"></script> |
| +</head> |
| +<body> |
| +<script src="script-tests/add-during-dispatch.js"></script> |
| +<script src="../../js/resources/js-test-post.js"></script> |
| +</body> |
| +</html> |