WebKit Bugzilla
Attachment 343469 Details for
Bug 186981
: REGRESSION: hardware-accelerated animation fails on inline element
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Test case
file_186981.html (text/html), 538 bytes, created by
mitz
on 2018-06-24 13:48:49 PDT
(
hide
)
Description:
Test case
Filename:
MIME Type:
Creator:
mitz
Created:
2018-06-24 13:48:49 PDT
Size:
538 bytes
patch
obsolete
> <style> > @keyframes blink { > from { > opacity: 1; > } > > 60% { > opacity: .1; > } > > to { > opacity: 0; > } > } > > > span { > animation-name: blink; > animation-direction: alternate; > animation-iteration-count: infinite; > animation-timing-function: linear; > animation-duration: 1.02133s; > } > </style> > <span>blinky</span>
<style> @keyframes blink { from { opacity: 1; } 60% { opacity: .1; } to { opacity: 0; } } span { animation-name: blink; animation-direction: alternate; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 1.02133s; } </style> <span>blinky</span>
View Attachment As Raw
Actions:
View
Attachments on
bug 186981
: 343469 |
343496