Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / webexposed / web-animations-api.html
index bef6d88..9c6fcc4 100644 (file)
@@ -3,8 +3,8 @@
 <script src="../resources/testharnessreport.js"></script>
 <script>
 test(function() {
-    assert_false('animate' in Element.prototype);
-}, 'Element.animate() should not be exposed without experimental web platform features enabled.\nThis test is expected to fail in LayouTests/webexposed.');
+    assert_true('animate' in Element.prototype);
+}, 'Element.animate() should be exposed.');
 
 test(function() {
     assert_false('Animation' in window);