diff --git a/test/index.html b/test/index.html
index 5b9c893..ac4a924 100644
--- a/test/index.html
+++ b/test/index.html
@@ -158,6 +158,12 @@
jQuery transit tests
.transition({ opacity: 0 });
});
+ test('Transition of transform (no jump first time)', function($box) {
+ $box
+ .transition({ transform: "translateX(80px)" });
+ });
+
+