| Index: LayoutTests/fast/media/mq-resolution-expected.txt
|
| diff --git a/LayoutTests/fast/media/mq-resolution-expected.txt b/LayoutTests/fast/media/mq-resolution-expected.txt
|
| index 0d19fff284079399b8d98ec880b0bee2584ffa47..469abdf1486a7ceda7ace64d971b58b57f5dc902 100644
|
| --- a/LayoutTests/fast/media/mq-resolution-expected.txt
|
| +++ b/LayoutTests/fast/media/mq-resolution-expected.txt
|
| @@ -41,19 +41,6 @@ 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
|
|
|