haikuwebkit/LayoutTests/transitions/cubic-bezier-overflow-shado...

12 lines
860 B
Plaintext
Raw Permalink Normal View History

Don't clamp cubic-bezier timing functions between 0 and 1 https://bugs.webkit.org/show_bug.cgi?id=45761 Source/WebCore: Remove the limitation of clamping the cubic-bezier timing function values between 0 and 1, following the specification change made on April 5 of this year. Patch by Peter Beverloo <peter@chromium.org> on 2011-09-28 Reviewed by Dean Jackson. Tests: transitions/cubic-bezier-overflow-color.html transitions/cubic-bezier-overflow-length.html transitions/cubic-bezier-overflow-shadow.html transitions/cubic-bezier-overflow-svg-length.html transitions/cubic-bezier-overflow-transform.html * css/CSSParser.cpp: (WebCore::CSSParser::parseCubicBezierTimingFunctionValue): LayoutTests: Test overflow behavior of colors, lengths, svg lengths, shadows and transforms (through rotations). Update the timing function test to check for now valid values. Patch by Peter Beverloo <peter@chromium.org> on 2011-09-28 Reviewed by Dean Jackson. * fast/css/transition-timing-function-expected.txt: * fast/css/transition-timing-function.html: * transitions/cubic-bezier-overflow-color-expected.txt: Added. * transitions/cubic-bezier-overflow-color.html: Added. * transitions/cubic-bezier-overflow-length-expected.txt: Added. * transitions/cubic-bezier-overflow-length.html: Added. * transitions/cubic-bezier-overflow-shadow-expected.txt: Added. * transitions/cubic-bezier-overflow-shadow.html: Added. * transitions/cubic-bezier-overflow-svg-length-expected.txt: Added. * transitions/cubic-bezier-overflow-svg-length.html: Added. * transitions/cubic-bezier-overflow-transform-expected.txt: Added. * transitions/cubic-bezier-overflow-transform.html: Added. Canonical link: https://commits.webkit.org/85043@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@96276 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2011-09-29 00:29:11 +00:00
PASS - "box-shadow" property for "box1" element at 0.5s saw something close to: -7,25
PASS - "box-shadow" property for "box1" element at 0.95s saw something close to: -6,22
PASS - "box-shadow" property for "box2" element at 0.1s saw something close to: 7,-9
PASS - "box-shadow" property for "box2" element at 0.5s saw something close to: 2,4
PASS - "box-shadow" property for "box2" element at 0.95s saw something close to: -6,22
PASS - "box-shadow" property for "box3" element at 0.1s saw something close to: 9,-16
PASS - "box-shadow" property for "box3" element at 0.5s saw something close to: 16,-32
PASS - "box-shadow" property for "box4" element at 0.15s saw something close to: -8,27
PASS - "box-shadow" property for "box4" element at 0.5s saw something close to: 0,8
PASS - "box-shadow" property for "box4" element at 0.8s saw something close to: 8,-11