[Webkit-unassigned] [Bug 106563] New: [GTK] fast/css/image-orientation/image-orientation.html is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 07:09:11 PST 2013


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

           Summary: [GTK]
                    fast/css/image-orientation/image-orientation.html is
                    failing
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: Gtk, LayoutTestFailure
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: zandobersek at gmail.com


The fast/css/image-orientation/image-orientation.html layout test is failing with the CSS Image Orientation feature enabled.
The diff indicates there's whitespace expected in the cssText value.

--- /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/fast/css/image-orientation/image-orientation-expected.txt
+++ /home/zan/Dev/webkit/webkit/WebKitBuild/Release/layout-test-results/fast/css/image-orientation/image-orientation-actual.txt
@@ -3,39 +3,39 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


-PASS p.style.cssText is "image-orientation: -360deg; "
+FAIL p.style.cssText should be image-orientation: -360deg; . Was image-orientation: -360deg;.
 PASS getComputedStyle(p).imageOrientation is "0deg"
-PASS p.style.cssText is "image-orientation: -315deg; "
+FAIL p.style.cssText should be image-orientation: -315deg; . Was image-orientation: -315deg;.
 PASS getComputedStyle(p).imageOrientation is "0deg"
-PASS p.style.cssText is "image-orientation: 0deg; "
+FAIL p.style.cssText should be image-orientation: 0deg; . Was image-orientation: 0deg;.
 PASS getComputedStyle(p).imageOrientation is "0deg"
-PASS p.style.cssText is "image-orientation: 315deg; "
+FAIL p.style.cssText should be image-orientation: 315deg; . Was image-orientation: 315deg;.
 PASS getComputedStyle(p).imageOrientation is "0deg"
-PASS p.style.cssText is "image-orientation: 360deg; "
+FAIL p.style.cssText should be image-orientation: 360deg; . Was image-orientation: 360deg;.
 PASS getComputedStyle(p).imageOrientation is "0deg"
-PASS p.style.cssText is "image-orientation: -270deg; "
+FAIL p.style.cssText should be image-orientation: -270deg; . Was image-orientation: -270deg;.
 PASS getComputedStyle(p).imageOrientation is "90deg"
-PASS p.style.cssText is "image-orientation: -225deg; "
+FAIL p.style.cssText should be image-orientation: -225deg; . Was image-orientation: -225deg;.
 PASS getComputedStyle(p).imageOrientation is "90deg"
-PASS p.style.cssText is "image-orientation: 45deg; "
+FAIL p.style.cssText should be image-orientation: 45deg; . Was image-orientation: 45deg;.
 PASS getComputedStyle(p).imageOrientation is "90deg"
-PASS p.style.cssText is "image-orientation: 90deg; "
+FAIL p.style.cssText should be image-orientation: 90deg; . Was image-orientation: 90deg;.
 PASS getComputedStyle(p).imageOrientation is "90deg"
-PASS p.style.cssText is "image-orientation: -180deg; "
+FAIL p.style.cssText should be image-orientation: -180deg; . Was image-orientation: -180deg;.
 PASS getComputedStyle(p).imageOrientation is "180deg"
-PASS p.style.cssText is "image-orientation: -135deg; "
+FAIL p.style.cssText should be image-orientation: -135deg; . Was image-orientation: -135deg;.
 PASS getComputedStyle(p).imageOrientation is "180deg"
-PASS p.style.cssText is "image-orientation: 135deg; "
+FAIL p.style.cssText should be image-orientation: 135deg; . Was image-orientation: 135deg;.
 PASS getComputedStyle(p).imageOrientation is "180deg"
-PASS p.style.cssText is "image-orientation: -180deg; "
+FAIL p.style.cssText should be image-orientation: -180deg; . Was image-orientation: -180deg;.
 PASS getComputedStyle(p).imageOrientation is "180deg"
-PASS p.style.cssText is "image-orientation: -90deg; "
+FAIL p.style.cssText should be image-orientation: -90deg; . Was image-orientation: -90deg;.
 PASS getComputedStyle(p).imageOrientation is "270deg"
-PASS p.style.cssText is "image-orientation: -45deg; "
+FAIL p.style.cssText should be image-orientation: -45deg; . Was image-orientation: -45deg;.
 PASS getComputedStyle(p).imageOrientation is "270deg"
-PASS p.style.cssText is "image-orientation: 225deg; "
+FAIL p.style.cssText should be image-orientation: 225deg; . Was image-orientation: 225deg;.
 PASS getComputedStyle(p).imageOrientation is "270deg"
-PASS p.style.cssText is "image-orientation: 270deg; "
+FAIL p.style.cssText should be image-orientation: 270deg; . Was image-orientation: 270deg;.
 PASS getComputedStyle(p).imageOrientation is "270deg"
 PASS successfullyParsed is true

-- 
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