blob: cb253550fc74b400024606cea821667e6e4639b4 [file] [log] [blame]
<html>
<head>
<title>CSS3 media query test: media query testing transform 3d feature.</title>
<link rel="help" href="http://www.webkit.org/specs/MediaQueriesExtensions.html" />
<style type="text/css">
p { color: green }
@media (-webkit-transform-3d) {
p { color: red }
}
</style>
</head>
<body>
<p>This text should be green. If running in a build of WebKit with 3d transforms, it will appear red (and this should not happen while 3d is not supported)</p>
</body>
</html>