mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 627342 - re-enable browser_webconsole_js_input_expansion.js; f=pwalton r=gavin.sharp
This commit is contained in:
parent
df8fba314e
commit
32b1b13342
@ -93,7 +93,10 @@ function testJSInputExpansion() {
|
||||
input.value = "";
|
||||
EventUtils.synthesizeKey("d", {});
|
||||
let height = getHeight();
|
||||
// is(height, initialHeight, "height shrank to original size");
|
||||
info("height: " + height);
|
||||
info("initialHeight: " + initialHeight);
|
||||
let finalHeightDifference = Math.abs(initialHeight - height);
|
||||
ok(finalHeightDifference <= 1, "height shrank to original size within 1px");
|
||||
|
||||
finishTest();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user