Skip to content

Commit

Permalink
Update comment, use FBTest.getSelectedNodeBox as soon as FBTest 1.10b…
Browse files Browse the repository at this point in the history
…5 is out
  • Loading branch information
janodvarko committed May 30, 2012
1 parent 7a4eb9e commit b3adae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/content/html/5504/issue5504.js
Expand Up @@ -7,7 +7,7 @@ function runTest()
FBTest.openFirebug(); FBTest.openFirebug();
var panel = FBTest.selectPanel("html"); var panel = FBTest.selectPanel("html");


// Get the selected elemetn and execute "New Attribute" action on it. // Get the selected element and execute "New Attribute" action on it.
var nodeBox = getSelectedNodeBox(); var nodeBox = getSelectedNodeBox();
FBTest.executeContextMenuCommand(nodeBox, "htmlNewAttribute", function() FBTest.executeContextMenuCommand(nodeBox, "htmlNewAttribute", function()
{ {
Expand All @@ -18,7 +18,7 @@ function runTest()
}); });
} }


// xxxHonza: use the one from FBTest // xxxHonza: use the one from FBTest (should be in FBTest 1.10b5)
function getSelectedNodeBox() function getSelectedNodeBox()
{ {
var panel = FBTest.getPanel("html"); var panel = FBTest.getPanel("html");
Expand Down

0 comments on commit b3adae5

Please sign in to comment.