--- /home/clopez/webkit/webkit/layout-test-results/fast/media/mq-resolution-expected.txt +++ /home/clopez/webkit/webkit/layout-test-results/fast/media/mq-resolution-actual.txt @@ -1,23 +1,3 @@ -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (resolution: 216dpi) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (min-resolution: 216dpi) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (max-resolution: 216dpi) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (resolution: 85dpcm) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (min-resolution: 85dpcm) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (max-resolution: 85dpcm) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (resolution: 216dpi) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (resolution: 254dpi) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (min-resolution: 216dpi) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (min-resolution: 254dpi) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (max-resolution: 216dpi) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (max-resolution: 254dpi) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (resolution: 85dpcm) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (resolution: 100dpcm) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (min-resolution: 85dpcm) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (min-resolution: 100dpcm) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (max-resolution: 85dpcm) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (max-resolution: 100dpcm) -CONSOLE MESSAGE: Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: (min-resolution: 300dpi) -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 correspond to the actual 'dpcm' of a screen. In media query expression: (min-resolution: 118dpcm) CSS3 media query test: resolution query with dppx. Using style element, @media css rule. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". @@ -26,38 +6,25 @@ PASS matchMedia('(resolution: 0dpi)').matches is false PASS matchMedia('(min-resolution: 0dpi)').matches is false PASS matchMedia('(max-resolution: 0dpi)').matches is false -PASS matchMedia('(resolution: 1.5dppx)').matches is true -PASS resolutionFromStyle() is 1.5 -PASS matchMedia('(resolution: 2dppx)').matches is true -PASS resolutionFromStyle() is 2 -PASS matchMedia('(resolution: 1dppx)').matches is true -PASS resolutionFromStyle() is 1 -PASS matchMedia('(resolution: 2.25dppx)').matches is true -PASS resolutionFromStyle() is 2.25 -PASS matchMedia('(resolution)').matches is true -PASS matchMedia('(resolution: 216dpi)').matches is true -PASS matchMedia('(min-resolution: 216dpi)').matches is true -PASS matchMedia('(max-resolution: 216dpi)').matches is true -PASS matchMedia('(resolution: 85dpcm)').matches is true -PASS matchMedia('(min-resolution: 85dpcm)').matches is true -PASS matchMedia('(max-resolution: 85dpcm)').matches is true -PASS matchMedia('(resolution)').matches is false -PASS matchMedia('(resolution: 216dpi)').matches is false -PASS matchMedia('(resolution: 254dpi)').matches is false -PASS matchMedia('(min-resolution: 216dpi)').matches is true -PASS matchMedia('(min-resolution: 254dpi)').matches is false -PASS matchMedia('(max-resolution: 216dpi)').matches is false -PASS matchMedia('(max-resolution: 254dpi)').matches is true -PASS matchMedia('(resolution: 85dpcm)').matches is false -PASS matchMedia('(resolution: 100dpcm)').matches is false -PASS matchMedia('(min-resolution: 85dpcm)').matches is true -PASS matchMedia('(min-resolution: 100dpcm)').matches is false -PASS matchMedia('(max-resolution: 85dpcm)').matches is false -PASS matchMedia('(max-resolution: 100dpcm)').matches is true -PASS matchMedia('(min-resolution: 300dpi)').matches is true -PASS matchMedia('(min-resolution: 118dpcm)').matches is true -PASS resolutionFromStyle() is 3 -PASS resolutionFromStyle() is 3.125 +FAIL matchMedia('(resolution: 1.5dppx)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 1.5 (of type number). Was undefined (of type undefined). +FAIL matchMedia('(resolution: 2dppx)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 2 (of type number). Was undefined (of type undefined). +FAIL matchMedia('(resolution: 1dppx)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 1 (of type number). Was undefined (of type undefined). +FAIL matchMedia('(resolution: 2.25dppx)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 2.25 (of type number). Was undefined (of type undefined). +FAIL matchMedia('(resolution)').matches should be true. Was false. +FAIL matchMedia('(resolution: 216dpi)').matches should be true. Was false. +FAIL matchMedia('(min-resolution: 216dpi)').matches should be true. Was false. +FAIL matchMedia('(max-resolution: 216dpi)').matches should be true. Was false. +FAIL matchMedia('(resolution: 85dpcm)').matches should be true. Was false. +FAIL matchMedia('(min-resolution: 85dpcm)').matches should be true. Was false. +FAIL matchMedia('(max-resolution: 85dpcm)').matches should be true. Was false. +FAIL matchMedia('(min-resolution: 300dpi)').matches should be true. Was false. +FAIL matchMedia('(min-resolution: 118dpcm)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 3 (of type number). Was undefined (of type undefined). +FAIL resolutionFromStyle() should be 3.125 (of type number). Was undefined (of type undefined). PASS successfullyParsed is true TEST COMPLETE