mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
test: include reftests previewer with docs website (#1799)
This commit is contained in:

committed by
GitHub

parent
a7d881019b
commit
cdc4ca8296
@ -369,7 +369,10 @@ const assertPath = (result, expected, desc) => {
|
||||
platform: {
|
||||
name: platform.name,
|
||||
version: platform.version
|
||||
}
|
||||
},
|
||||
devicePixelRatio: window.devicePixelRatio || 1,
|
||||
windowWidth: window.innerWidth,
|
||||
windowHeight: window.innerHeight
|
||||
}));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user