Bug 33976

Summary: transitions/shorthand-transitions.html failed on Qt Linux Release
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: abecsi, cmarrin, jparent, menard, ojan, ossy
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 33297    

Description Eric Seidel (no email) 2010-01-21 15:57:51 PST
transitions/shorthand-transitions.html failed on Qt Linux Release

http://build.webkit.org/results/Qt%20Linux%20Release/r53636%20(6330)/transitions/shorthand-transitions-diffs.txt
--- /home/webkit/buildslave/qt-linux-release/build/layout-test-results/transitions/shorthand-transitions-expected.txt	2010-01-21 11:59:22.000000000 -0800
+++ /home/webkit/buildslave/qt-linux-release/build/layout-test-results/transitions/shorthand-transitions-actual.txt	2010-01-21 11:59:22.000000000 -0800
@@ -2,8 +2,8 @@
 
 PASS - "padding-top" property for "box" element at 0.5s saw something close to: 5
 PASS - "margin-top" property for "box" element at 0.5s saw something close to: 25
-PASS - "outline-color" property for "box" element at 0.5s saw something close to: 128,0,128
-PASS - "background-color" property for "box" element at 0.5s saw something close to: 128,128,255
+FAIL - "outline-color" property for "box" element at 0.5s expected: 128,0,128 but saw: 156,0,156
+FAIL - "background-color" property for "box" element at 0.5s expected: 128,128,255 but saw: 98,98,255
 PASS - "-webkit-border-top-right-radius" property for "box" element at 0.5s saw something close to: 10
-PASS - "-webkit-transform-origin" property for "box" element at 0.5s saw something close to: 50,50
+FAIL - "-webkit-transform-origin" property for "box" element at 0.5s expected: 50,50 but saw: 61,38
 
Looks to be flakey.

http://trac.webkit.org/browser/trunk/LayoutTests/transitions/shorthand-transitions.html
Comment 1 Alexis Menard (darktears) 2012-02-22 10:53:22 PST
Seems like it's fine now. Not even in a Skipped file.