Bug 33976 - transitions/shorthand-transitions.html failed on Qt Linux Release
Summary: transitions/shorthand-transitions.html failed on Qt Linux Release
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 33297
  Show dependency treegraph
 
Reported: 2010-01-21 15:57 PST by Eric Seidel (no email)
Modified: 2012-02-22 10:53 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.