Bug 627342 - re-enable browser_webconsole_js_input_expansion.js, a=developers

This commit is contained in:
Rob Campbell 2011-01-20 10:14:37 -04:00
parent abb743e908
commit 5af3452948

View File

@ -93,7 +93,7 @@ function testJSInputExpansion() {
input.value = "";
EventUtils.synthesizeKey("d", {});
let height = getHeight();
ok(height == initialHeight, "height shrank to original size");
// is(height, initialHeight, "height shrank to original size");
finishTest();
}