Skip to content

Commit

Permalink
bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Nov 25, 2020
1 parent c9ad9d6 commit 614805e
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -18,9 +18,6 @@ function createMockDriver({contentSize, screenSize, screenshotData}) {
if (code === 'window.innerWidth') {
return contentSize.width;
}
if (code === 'window.devicePixelRatio') {
return screenSize ? screenSize.dpr : 2;
}
if (code.includes('document.documentElement.clientWidth')) {
return {
width: screenSize.width,
Expand Down

0 comments on commit 614805e

Please sign in to comment.