зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1919094 - Fix CDP tests after bug 1917458. r=webdriver-reviewers,jdescottes
Same fix as for puppeteer. Differential Revision: https://phabricator.services.mozilla.com/D222331
This commit is contained in:
Родитель
d13f6b513b
Коммит
1d882fecbf
|
@ -85,6 +85,10 @@ export class Emulation extends Domain {
|
|||
browser.style.setProperty("min-height", targetHeight + "px");
|
||||
browser.style.setProperty("max-height", targetHeight + "px");
|
||||
|
||||
browser.ownerDocument.synchronouslyUpdateRemoteBrowserDimensions(
|
||||
/* aIncludeInactive = */ true
|
||||
);
|
||||
|
||||
// Wait until the viewport has been resized
|
||||
await this.executeInChild("_awaitViewportDimensions", {
|
||||
width: targetWidth,
|
||||
|
|
Загрузка…
Ссылка в новой задаче