Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created April 21, 2012 14:17
Show Gist options
  • Select an option

  • Save LeaVerou/2437311 to your computer and use it in GitHub Desktop.

Select an option

Save LeaVerou/2437311 to your computer and use it in GitHub Desktop.
WebKit bug testcase (Reproducible only in Nightlies)
/**
* WebKit bug testcase (Reproducible only in Nightlies)
*/
@-webkit-keyframes test {
from, to { background-color: yellowgreen }
}
html {
background-color: red;
-webkit-animation: 1s test infinite;
}
{"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