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

Side by Side Diff: LayoutTests/fast/media/media-query-list-01-expected.txt

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
1 Test the MediaQueryList interface: http://dev.w3.org/csswg/cssom-view/#the-media querylist-interface. 1 Test the MediaQueryList interface: http://dev.w3.org/csswg/cssom-view/#the-media querylist-interface.
2 2
3 "screen" evaluates to true: PASS 3 "screen" evaluates to true: PASS
4 "projection" evaluates to false: PASS 4 "projection" evaluates to false: PASS
5 "all and (color)" evaluates to true: PASS 5 "all and (color)" evaluates to true: PASS
6 "not projection and (color)" evaluates to true: PASS 6 "not projection and (color)" evaluates to true: PASS
7 "(color)" evaluates to true: PASS 7 "(color)" evaluates to true: PASS
8 "(color" evaluates to true: PASS 8 "(color" evaluates to true: PASS
9 "color" evaluates to false: PASS 9 "color" evaluates to false: PASS
10 "garbage" evaluates to false: PASS 10 "garbage" evaluates to false: PASS
11 "(min-device-width: 100px)" evaluates to true: PASS 11 "(min-device-width: 100px)" evaluates to true: PASS
12 "(min-device-width: 50000px)" evaluates to false: PASS 12 "(min-device-width: 50000px)" evaluates to false: PASS
13 "(-webkit-animation: 1)" evaluates to true: PASS
14 "(-webkit-transform-2d)" evaluates to true: PASS
15 13
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/media-query-list-01.html ('k') | LayoutTests/fast/media/mq-animation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698