[Webkit-unassigned] [Bug 126142] REGRESSION (Lazy tree creation): css3/calc/transitions-dependent.html is frequently failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 23 09:39:43 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126142
Alexey Proskuryakov <ap at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|REGRESSION: |REGRESSION (Lazy tree
|css3/calc/transitions-depen |creation):
|dent.html is frequently |css3/calc/transitions-depen
|failing |dent.html is frequently
| |failing
Keywords| |MakingBotsRed, Regression
Priority|P2 |P1
CC| |dino at apple.com,
| |simon.fraser at apple.com
--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> 2013-12-23 09:37:42 PST ---
@@ -1,12 +1,12 @@
This tests that calc() expressions depending on transitioning elements behave correctly.
-PASS - "width" property for "inner" element at 0s was: 60
-PASS - "width" property for "inner" element at 0.25s was: 110
-PASS - "width" property for "inner" element at 0.5s was: 160
-PASS - "width" property for "inner" element at 0.75s was: 210
+FAIL - "width" property for "inner" element at 0s expected: 60 but saw: 260
+FAIL - "width" property for "inner" element at 0.25s expected: 110 but saw: 260
+FAIL - "width" property for "inner" element at 0.5s expected: 160 but saw: 260
+FAIL - "width" property for "inner" element at 0.75s expected: 210 but saw: 260
PASS - "width" property for "inner" element at 1s was: 260
-PASS - "width" property for "innerTransition" element at 0s was: 20
-PASS - "width" property for "innerTransition" element at 0.25s was: 70
-PASS - "width" property for "innerTransition" element at 0.5s was: 165
-PASS - "width" property for "innerTransition" element at 0.75s was: 305
+FAIL - "width" property for "innerTransition" element at 0s expected: 20 but saw: 490
+FAIL - "width" property for "innerTransition" element at 0.25s expected: 70 but saw: 490
+FAIL - "width" property for "innerTransition" element at 0.5s expected: 165 but saw: 490
+FAIL - "width" property for "innerTransition" element at 0.75s expected: 305 but saw: 490
PASS - "width" property for "innerTransition" element at 1s was: 490
--
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