Skip to content

Commit fa218e5

Browse files
committed
more collide test cases
1 parent 25f880f commit fa218e5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

spec/e2e/html/141_1534_swap.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@ <h1>Swap collision demo</h1>
4242
{x:7, y:0}, {x:8, y:0}, {x:9, y:0}, {x:7, y:1, w:3}, {x:8, y:2},
4343
{x:11, y:0}, {x:11, y:1, h:2},
4444
], [
45-
{x: 1, y: 0},
46-
{x: 1, y: 1},
47-
{x: 1, y: 2, w: 2},
48-
{x: 0, y: 3, w: 3},
49-
{x: 1, y: 4, h: 2},
45+
{x:1, y:0}, {x:1, y:1}, {x:1, y:2, w:2}, {x:0, y:3, w:3}, {x:1, y:4, h:2},
46+
{x:3, y:0, w:3, h:3}, {x:6, y:0},
47+
{x:7, y:0, w:3}, {x:8, y:1, w:3},
5048
]];
5149
items.forEach(layout => {
5250
let count = 0;

0 commit comments

Comments
 (0)