diff --git a/spec/e2e/html/141_1534_swap.html b/spec/e2e/html/141_1534_swap.html
index 91e979a8e..3b903c7e6 100644
--- a/spec/e2e/html/141_1534_swap.html
+++ b/spec/e2e/html/141_1534_swap.html
@@ -42,11 +42,9 @@
Swap collision demo
{x:7, y:0}, {x:8, y:0}, {x:9, y:0}, {x:7, y:1, w:3}, {x:8, y:2},
{x:11, y:0}, {x:11, y:1, h:2},
], [
- {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},
+ {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},
+ {x:3, y:0, w:3, h:3}, {x:6, y:0},
+ {x:7, y:0, w:3}, {x:8, y:1, w:3},
]];
items.forEach(layout => {
let count = 0;