Chromium Code Reviews| Index: LayoutTests/fast/dom/DeviceMotion/fire-last-event.html |
| diff --git a/LayoutTests/fast/dom/DeviceMotion/fire-last-event.html b/LayoutTests/fast/dom/DeviceMotion/fire-last-event.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8b57e9e6a5b1708d188f488f2b1c05d7247648ad |
| --- /dev/null |
| +++ b/LayoutTests/fast/dom/DeviceMotion/fire-last-event.html |
| @@ -0,0 +1,9 @@ |
| +<html> |
| +<head> |
| +<script src="../../js/resources/js-test-pre.js"></script> |
| +</head> |
| +<body> |
| +<script src="script-tests/fire-last-event.js"></script> |
|
abarth-chromium
2013/07/31 00:56:19
You can just line this script in the HTML file if
timvolodine
2013/07/31 13:59:00
Done.
|
| +<script src="../../js/resources/js-test-post.js"></script> |
| +</body> |
| +</html> |