mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1587845 - [remote] ESLint fix for browser_captureScreenshot.js.
Differential Revision: https://phabricator.services.mozilla.com//D60909
This commit is contained in:
parent
a34592d2b5
commit
eb1a9e56fb
@ -362,7 +362,7 @@ add_task(async function clipScaleAndDevicePixelRatio({ client }) {
|
||||
|
||||
const expectedSize = size * ratio * scale;
|
||||
|
||||
console.info(`Create reference screenshot: ${expectedSize} x ${expectedSize}`);
|
||||
console.info(`Create reference screenshot: ${expectedSize}x${expectedSize}`);
|
||||
await loadURLWithElement({
|
||||
width: expectedSize,
|
||||
height: expectedSize,
|
||||
|
Loading…
Reference in New Issue
Block a user