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

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

Issue 15679021: Parse media attributes and CSSOM media text as media_query_list. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review issues. Created 7 years, 6 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
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 false: 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 13 "(-webkit-animation: 1)" evaluates to true: PASS
14 "(-webkit-transform-2d)" evaluates to true: PASS 14 "(-webkit-transform-2d)" evaluates to true: PASS
15 15
OLDNEW
« no previous file with comments | « LayoutTests/fast/media/media-query-list-01.html ('k') | LayoutTests/fast/media/mq-append-delete.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698