mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Remove a debugging leftover added in changeset 2260a05fdb35 for fixing a 'browser_dbg_variables-view-accessibility.js' orange, r=me
This commit is contained in:
parent
4c37a6c970
commit
1206bb4769
@ -328,12 +328,6 @@ function performTest() {
|
||||
is(gVariablesView.getFocusedItem().name, "prop1",
|
||||
"The 'prop1' item should be focused.");
|
||||
|
||||
if (gVariablesView.getFocusedItem().name != "prop1") {
|
||||
gDebugger.DebuggerView.toggleInstrumentsPane({ visible: true, animated: false })
|
||||
yield promise.defer().promise;
|
||||
yield closeDebuggerAndFinish(gPanel);
|
||||
}
|
||||
|
||||
EventUtils.sendKey("RIGHT", gDebugger);
|
||||
is(gVariablesView.getFocusedItem().name, "prop1",
|
||||
"The 'prop1' item should still be focused.");
|
||||
|
Loading…
Reference in New Issue
Block a user