Bug 114916 - [EFL][WK2] fast/media/mq-resolution.html is failing
Summary: [EFL][WK2] fast/media/mq-resolution.html is failing
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-21 10:21 PDT by Chris Dumez
Modified: 2017-03-11 10:35 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 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
Comment 1 Michael Catanzaro 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.