WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
Testcase
bug-297596.html (text/html), 415 bytes, created by
Antoine Quint
on 2025-08-20 09:05:57 PDT
(
hide
)
Description:
Testcase
Filename:
MIME Type:
Creator:
Antoine Quint
Created:
2025-08-20 09:05:57 PDT
Size:
415 bytes
patch
obsolete
><style> > > div { > width: 100px; > height: 100px; > background-color: black; > > animation-name: slide; > animation-duration: calc(infinity * 1s); > } > > @keyframes slide { > from { margin-left: 0 } > to { margin-left: 100px } > } > > @keyframes slide-accelerated { > from { transform: translateX(0) } > to { transform: translateX(100px) } > } > ></style> ><div></div>
<style> div { width: 100px; height: 100px; background-color: black; animation-name: slide; animation-duration: calc(infinity * 1s); } @keyframes slide { from { margin-left: 0 } to { margin-left: 100px } } @keyframes slide-accelerated { from { transform: translateX(0) } to { transform: translateX(100px) } } </style> <div></div>
View Attachment As Raw
Actions:
View
Attachments on
bug 297596
: 476465