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

Side by Side Diff: LayoutTests/fast/media/mq-resolution-dpi-dpcm-warning-expected.txt

Issue 14631011: Update TestExpectations entries for previously skipped tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
OLDNEW
1 CONSOLE MESSAGE: line 9: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspo nd to the actual 'dpi' of a screen. In media query expression: screen and (min-r esolution: 96dpi)
2 CONSOLE MESSAGE: line 9: Consider using 'dppx' units instead of 'dpcm', as in CS S 'dpcm' means dots-per-CSS-centimeter, not dots-per-physical-centimeter, so doe s not correspond to the actual 'dpcm' of a screen. In media query expression: (m in-resolution: 160dpcm)
3 CONSOLE MESSAGE: line 9: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspo nd to the actual 'dpi' of a screen. In media query expression: (resolution: 96dp i)
4 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' m eans dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to th e actual 'dpi' of a screen. In media query expression: (min-resolution: 2dpi)
5 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpcm', as in CSS 'dpcm' means dots-per-CSS-centimeter, not dots-per-physical-centimeter, so does not co rrespond to the actual 'dpcm' of a screen. In media query expression: (min-resol ution: 2dpcm)
6 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' m eans dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to th e actual 'dpi' of a screen. In media query expression: screen and (min-resolutio n: 5dpi)
7 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpcm', as in CSS 'dpcm' means dots-per-CSS-centimeter, not dots-per-physical-centimeter, so does not co rrespond to the actual 'dpcm' of a screen. In media query expression: screen and (min-resolution: 5dpcm)
8 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' m eans dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to th e actual 'dpi' of a screen. In media query expression: (min-resolution: 10dpi)
9 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpcm', as in CSS 'dpcm' means dots-per-CSS-centimeter, not dots-per-physical-centimeter, so does not co rrespond to the actual 'dpcm' of a screen. In media query expression: (min-resol ution: 10dpcm)
10 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' m eans dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to th e actual 'dpi' of a screen. In media query expression: screen and (max-resolutio n: 300dpi)
11 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpcm', as in CSS 'dpcm' means dots-per-CSS-centimeter, not dots-per-physical-centimeter, so does not co rrespond to the actual 'dpcm' of a screen. In media query expression: screen and (max-resolution: 300dpcm)
12 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' m eans dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to th e actual 'dpi' of a screen. In media query expression: (resolution: 96dpi)
13 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpcm', as in CSS 'dpcm' means dots-per-CSS-centimeter, not dots-per-physical-centimeter, so does not co rrespond to the actual 'dpcm' of a screen. In media query expression: (resolutio n: 96dpcm)
14 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' m eans dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to th e actual 'dpi' of a screen. In media query expression: (resolution: 96dpi)
15 CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpcm', as in CSS 'dpcm' means dots-per-CSS-centimeter, not dots-per-physical-centimeter, so does not co rrespond to the actual 'dpcm' of a screen. In media query expression: (resolutio n: 96dpcm)
16 Test verifies that warning is added to console when dpi or dpcm CSS values are u sed for resolution media feature 1 Test verifies that warning is added to console when dpi or dpcm CSS values are u sed for resolution media feature
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/navigator-vibration-expected.txt ('k') | LayoutTests/fast/media/mq-resolution-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698