Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: LayoutTests/fast/media/mq-transform-03.html

Issue 269053005: Remove CSS media features -webkit-transform-2d, -webkit-animation and -webkit-view-mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/media/mq-transform-03.html
diff --git a/LayoutTests/fast/media/mq-transform-03.html b/LayoutTests/fast/media/mq-transform-03.html
deleted file mode 100644
index fb9d2374555a57312589d5762bc7a5469cc5d728..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/media/mq-transform-03.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-<title>CSS3 media query test: media query testing transform feature.</title>
-<link rel="help" href="http://www.webkit.org/specs/MediaQueriesExtensions.html" />
-<style type="text/css">
-@media all and (-webkit-transform-2d) and (-webkit-transform-3d: 0) {
-p { color: green }
-}
-</style>
-</head>
-<body>
-<p>This text should be green if running in a build of WebKit with support for 2d but not 3d transforms.</p>
-</body>
-</html>
« no previous file with comments | « LayoutTests/fast/media/mq-transform-01-expected.html ('k') | LayoutTests/fast/media/mq-transform-03-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698