Skip to content

Commit 9edd41a

Browse files
vmiurasmfr
authored andcommitted
Use 'display' style as the default visibility property for the Multiply test.
The Multiply test currently supports three different visibility property options: opacity, display, visibility. The default behavior with no option specified is to alternate between all three. This change makes the 'display' property the default 'display' #29
1 parent f7e7ee3 commit 9edd41a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MotionMark/tests/core/resources/multiply.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ var MultiplyStage = Utilities.createSubclass(Stage,
3333
}, {
3434

3535
visibleCSS: [
36-
["visibility", "hidden", "visible"],
37-
["opacity", 0, 1],
3836
["display", "none", "block"]
3937
],
4038
totalRows: 55,

0 commit comments

Comments
 (0)