зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
7af850d771
Коммит
94c96634c2
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче