Skip to content

Commit a07e9a5

Browse files
committed
remove the red square, it did its job
1 parent fbb3272 commit a07e9a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/percy/snapshots.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ static:
1717
c.parentElement.insertBefore(i, c);
1818
c.parentElement.removeChild(c);
1919
});
20-
// just to know if we're running this code or not!
21-
var d = document.createElement('div');
22-
d.setAttribute('style', 'position:fixed;left:10px;top:10px;width:10px;height:10px;background-color:#f00;');
23-
document.body.appendChild(d);
2420
snapshot:
2521
widths:
2622
- 1280

0 commit comments

Comments
 (0)