mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Modified the name of the function to make it general.
This commit is contained in:
parent
e2a7b28452
commit
cdd7ea4a41
@ -121,7 +121,7 @@ function constructResults()
|
||||
if (numActions == expectednumActions) row7[3] = "PASS"; else row7[3] = "FAIL";
|
||||
if (actionName == expectedactionName) row8[3] = "PASS"; else row8[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -96,7 +96,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -131,7 +131,7 @@ function constructResults()
|
||||
if (actionName == expectedactionName) row8[3] = "PASS"; else row8[3] = "FAIL";
|
||||
if (nodeClick == expectednodeClick) row9[3] = "PASS"; else row9[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -96,7 +96,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -133,7 +133,7 @@ function constructResults()
|
||||
if (actionName == expectedactionName) row8[3] = "PASS"; else row8[3] = "FAIL";
|
||||
if (nodeCheck == expectednodeCheck) row9[3] = "PASS"; else row9[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -133,7 +133,7 @@ function constructResults()
|
||||
if (actionName == expectedactionName) row8[3] = "PASS"; else row8[3] = "FAIL";
|
||||
if (nodeCheck == expectednodeCheck) row9[3] = "PASS"; else row9[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -86,7 +86,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -86,7 +86,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -133,7 +133,7 @@ function constructResults()
|
||||
if (actionName == expectedactionName) row8[3] = "PASS"; else row8[3] = "FAIL";
|
||||
if (nodeClick == expectednodeClick) row9[3] = "PASS"; else row9[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -133,7 +133,7 @@ function constructResults()
|
||||
if (actionName == expectedactionName) row8[3] = "PASS"; else row8[3] = "FAIL";
|
||||
if (nodeClick == expectednodeClick) row9[3] = "PASS"; else row9[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -111,7 +111,7 @@ function constructResults()
|
||||
if (nodeFocus == expectednodeFocus) row5[3] = "PASS"; else row5[3] = "FAIL";
|
||||
if (varaccFocused == expectedaccFocused) row6[3] = "PASS"; else row6[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -120,7 +120,7 @@ function constructResults()
|
||||
if (numActions == expectednumActions) row7[3] = "PASS"; else row7[3] = "FAIL";
|
||||
if (actionName == expectedactionName) row8[3] = "PASS"; else row8[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -84,7 +84,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -85,7 +85,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -84,7 +84,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -85,7 +85,7 @@ function constructResults()
|
||||
if (state == expectedState) row3[3] = "PASS"; else row3[3] = "FAIL";
|
||||
if (newvalue.match(expectedValue)) row4[3] = "PASS"; else row4[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
@ -116,7 +116,7 @@ function constructResults()
|
||||
if (varaccFocused == expectedaccFocused) row6[3] = "PASS"; else row6[3] = "FAIL";
|
||||
if (newnumActions.match(expectednumActions)) row7[3] = "PASS"; else row7[3] = "FAIL";
|
||||
|
||||
appendTableResHTML();
|
||||
appendTableRes();
|
||||
if(!isRunningStandalone())
|
||||
WriteResults(res);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user