Sha256: f2af37e7f81c73c088c41be3e4abb4816acda082ece38bb70709c4c4dd012657

Contents?: true

Size: 649 Bytes

Versions: 6

Compression:

Stored size: 649 Bytes

Contents

timing_test(function() {
  at(0 * 1000, function() {
    assert_styles("#target",{'left':'0px','backgroundColor':'rgb(176, 196, 222)'});
  });
  at(0.5 * 1000, function() {
    assert_styles("#target",{'left':'50px','backgroundColor':'rgb(176, 196, 222)'});
  });
  at(1.5 * 1000, function() {
    assert_styles("#target",{'left':'100px','backgroundColor':'rgb(176, 196, 222)'});
  });
  at(2 * 1000, function() {
    assert_styles("#target",{'left':'50px','backgroundColor':'rgb(176, 196, 222)'});
  });
  at(3 * 1000, function() {
    assert_styles("#target",{'left':'100px','backgroundColor':'rgb(0, 128, 0)'});
  });
}, "Auto generated tests");

Version data entries

6 entries across 2 versions & 2 rubygems

Version Path
polymer-paper-rails-0.2.0 app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-checks.js
polymer-paper-rails-0.2.0 app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback-checks.js
polymer-paper-rails-0.2.0 app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods-checks.js
polymer-core-rails-0.2.0 app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-checks.js
polymer-core-rails-0.2.0 app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-fallback-checks.js
polymer-core-rails-0.2.0 app/assets/components/web-animations-js/test/testcases/auto-test-inline-style-methods-checks.js