[Webkit-unassigned] [Bug 155870] New: Weird behavior of animation shorthand in this testcase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 24 22:17:10 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=155870

            Bug ID: 155870
           Summary: Weird behavior of animation shorthand in this testcase
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Animations
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: simon.fraser at apple.com
                CC: dino at apple.com

Created attachment 274883
  --> https://bugs.webkit.org/attachment.cgi?id=274883&action=review
Testcase

If you drop the attached testcase into LayoutTests/animations, then run it in the browser, the box only animates once, despite the shorthand “animation: move 1s 3 linear” having iteration-count 3. And the web inspector shows that we parsed the interation count as animation-delay: 0.003s;

So something weird is up with parsing the shorthand here.

Oddly it doesn’t reproduce without the js-pre/js-post stuff.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160325/3bbcecb9/attachment-0001.html>


More information about the webkit-unassigned mailing list