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

Side by Side Diff: LayoutTests/fast/media/matchmedium-query-api-expected.txt

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
OLDNEW
1 Test the media interface: http://dev.w3.org/csswg/cssom-view/#the-media-interfac e. 1 Test the media interface: http://dev.w3.org/csswg/cssom-view/#the-media-interfac e.
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/matchmedium-query-api.html ('k') | LayoutTests/fast/media/media-descriptor-syntax-01.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698