blob: 94fc3cae4a944c07abf69e8364fb2763d7021877 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: media query testing transform-2d feature.</title>
<link rel="help" href="http://www.webkit.org/specs/MediaQueriesExtensions.html" />
<style type="text/css">
@media (-webkit-transform-2d) {
p { color: green }
}
</style>
</head>
<body>
<p>This text should be green if running in a build of WebKit with 2d transforms.</p>
</body>
</html>