Sha256: 6136e4d5dd92afa234398f17798f0446fe07428ab0c2ec3da07786abf39176c2
Contents?: true
Size: 923 Bytes
Versions: 2
Compression:
Stored size: 923 Bytes
Contents
timing_test(function() { at(0 * 1000, function() { assert_styles(".test",{'perspective':'500px'}); }); at(0.5 * 1000, function() { assert_styles(".test", [ {'perspective':'412.5px'}, {'perspective':'625px'}, {'perspective':'500px'}, {'perspective':'376px'}, ]); }); at(1 * 1000, function() { assert_styles(".test", [ {'perspective':'325px'}, {'perspective':'750px'}, {'perspective':'none'}, {'perspective':'252px'}, ]); }); at(1.5 * 1000, function() { assert_styles(".test", [ {'perspective':'237.5px'}, {'perspective':'875px'}, {'perspective':'none'}, {'perspective':'128px'}, ]); }); at(2 * 1000, function() { assert_styles(".test", [ {'perspective':'150px'}, {'perspective':'1000px'}, {'perspective':'none'}, {'perspective':'4px'}, ]); }); }, "Auto generated tests");
Version data entries
2 entries across 2 versions & 2 rubygems