| <title>CSS3 media query test: media query testing transition feature.</title> |
| <link rel="help" href="http://www.webkit.org/specs/MediaQueriesExtensions.html" /> |
| @media (-webkit-transition) { |
| @media (-webkit-transition: 1) { |
| @media (-webkit-transition: 0) { |
| <p id="a">This text should be green if running in a build of WebKit with transitions.</p> |
| <p id="b">This text should be green if running in a build of WebKit with transitions.</p> |
| <p id="c">This text should be green if running in a build of WebKit with transitions.</p> |