Created
April 21, 2012 14:17
-
-
Save LeaVerou/2437311 to your computer and use it in GitHub Desktop.
WebKit bug testcase (Reproducible only in Nightlies)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * WebKit bug testcase (Reproducible only in Nightlies) | |
| */ | |
| @-webkit-keyframes test { | |
| from, to { background-color: yellowgreen } | |
| } | |
| html { | |
| background-color: red; | |
| -webkit-animation: 1s test infinite; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment