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

Side by Side Diff: LayoutTests/fast/media/mq-transform-04.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>CSS3 media query test: media query testing transform feature.</title>
4 <link rel="help" href="http://www.webkit.org/specs/MediaQueriesExtensions.html" />
5 <style type="text/css">
6 p { color: green; }
7 @media all and (-webkit-transform-3d) and (-webkit-transform-2d: 0) {
8 p { color: red }
9 }
10 </style>
11 </head>
12 <body>
13 <p>This text should be green. It tests if 3d transforms are available while 2d t ransforms are not. This should never be possible.</p>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/mq-transform-03-expected.html ('k') | LayoutTests/fast/media/mq-transform-04-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698