RESOLVED WONTFIX 114916
[EFL][WK2] fast/media/mq-resolution.html is failing
https://bugs.webkit.org/show_bug.cgi?id=114916
Summary [EFL][WK2] fast/media/mq-resolution.html is failing
Chris Dumez
Reported 2013-04-21 10:21:15 PDT
fast/media/mq-resolution.html is failing on EFL WK2 with the following diff: --- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/media/mq-resolution-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug-wk2/build/layout-test-results/fast/media/mq-resolution-actual.txt @@ -6,34 +6,21 @@ 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 +FAIL matchMedia('(resolution: 1.5dppx)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 1.5. Was 1. +FAIL matchMedia('(resolution: 2dppx)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 2. Was 1. PASS matchMedia('(resolution: 1dppx)').matches is true PASS resolutionFromStyle() is 1 -PASS matchMedia('(resolution: 2.25dppx)').matches is true -PASS resolutionFromStyle() is 2.25 +FAIL matchMedia('(resolution: 2.25dppx)').matches should be true. Was false. +FAIL resolutionFromStyle() should be 2.25. Was 1. PASS matchMedia('(resolution)').matches is true -PASS matchMedia('(resolution: 216dpi)').matches is true -PASS matchMedia('(min-resolution: 216dpi)').matches is true +FAIL matchMedia('(resolution: 216dpi)').matches should be true. Was false. +FAIL matchMedia('(min-resolution: 216dpi)').matches should be true. Was false. PASS matchMedia('(max-resolution: 216dpi)').matches is true -PASS matchMedia('(resolution: 85dpcm)').matches is true -PASS matchMedia('(min-resolution: 85dpcm)').matches is true +FAIL matchMedia('(resolution: 85dpcm)').matches should be true. Was false. +FAIL matchMedia('(min-resolution: 85dpcm)').matches should be true. Was false. 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
Attachments
Michael Catanzaro
Comment 1 2017-03-11 10:35:56 PST
Closing this bug because the EFL port has been removed from trunk. If you feel this bug applies to a different upstream WebKit port and was closed in error, please either update the title and reopen the bug, or leave a comment to request this.
Note You need to log in before you can comment on or make changes to this bug.