Skip to content

Commit 6ae27b7

Browse files
committed
Effects Rewrite: add IE8 CANTFIX note to clip effect test
1 parent 36ef07b commit 6ae27b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/visual/effects/clip.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
<p>EXPECTED: Clicking "Toggle" or "Effect Toggle" a second time reverses the animation, first showing all elements at their original dimensions, and restoring them to their original state.</p>
7171
<p>EXPECTED: Clicking "Effect Default" should always perform a "hide" animation.</p>
7272
<p>EXPECTED: Clicking any of the buttons in quick succession should queue the relevant animations.</p>
73+
<p>EXPECTED CANTFIX: In IE8, the clip animation jumps due to a bug that causes .css('clip') to return undefined unless the clip property is an inline style.</p>
7374

7475
<div class="container">
7576
<button class="toggle">Toggle</button>

0 commit comments

Comments
 (0)