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:
Mark Finkle 2011-06-25 14:31:38 -04:00
parent d368d3ddbf
commit 551e9a1e9e

View File

@ -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) {