[Webkit-unassigned] [Bug 114916] New: [EFL][WK2] fast/media/mq-resolution.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 21 10:22:57 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114916

           Summary: [EFL][WK2] fast/media/mq-resolution.html is failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dchris at gmail.com
                CC: kenneth at webkit.org, noam at webkit.org,
                    mikhail.pozdnyakov at intel.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list