mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 663123 - Intermittent browser_dragger.js | Sanity check. Blank document cannot be panned left or right. - Got 800, expected 1024 [r=blassey]
This commit is contained in:
parent
d368d3ddbf
commit
551e9a1e9e
@ -23,7 +23,7 @@ gTests.push({
|
||||
let winWidth = window.innerWidth;
|
||||
info("Browser document width is " + docWidth);
|
||||
info("Window width is " + winWidth);
|
||||
is(docWidth, winWidth,
|
||||
ok(docWidth <= winWidth,
|
||||
"Sanity check. Blank document cannot be panned left or right.");
|
||||
|
||||
function dragAndCheck(dx) {
|
||||
|
Loading…
Reference in New Issue
Block a user