Bug 106563

Summary: [GTK] fast/css/image-orientation/image-orientation.html is failing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: bugs-noreply
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Zan Dobersek
Reported 2013-01-10 07:11:03 PST
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
Attachments
Note You need to log in before you can comment on or make changes to this bug.