We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb3272 commit a07e9a5Copy full SHA for a07e9a5
test/percy/snapshots.yml
@@ -17,10 +17,6 @@ static:
17
c.parentElement.insertBefore(i, c);
18
c.parentElement.removeChild(c);
19
});
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);
24
snapshot:
25
widths:
26
- 1280
0 commit comments