WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
106563
[GTK] fast/css/image-orientation/image-orientation.html is failing
https://bugs.webkit.org/show_bug.cgi?id=106563
Summary
[GTK] fast/css/image-orientation/image-orientation.html is failing
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug