summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/test_tree_view.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/chrome/test_tree_view.xhtml')
-rw-r--r--toolkit/content/tests/chrome/test_tree_view.xhtml26
1 files changed, 13 insertions, 13 deletions
diff --git a/toolkit/content/tests/chrome/test_tree_view.xhtml b/toolkit/content/tests/chrome/test_tree_view.xhtml
index 5e45161c6c..c9ec889995 100644
--- a/toolkit/content/tests/chrome/test_tree_view.xhtml
+++ b/toolkit/content/tests/chrome/test_tree_view.xhtml
@@ -24,23 +24,23 @@ var view =
value: "",
rowCount: 8,
getCellText(row, column) { return this.treeData[row % 4][column.index]; },
- getCellValue(row, column) { return this.value; },
+ getCellValue() { return this.value; },
setCellText(row, column, val) { this.treeData[row % 4][column.index] = val; },
setCellValue(row, column, val) { this.value = val; },
setTree(tree) { this.tree = tree; },
- isContainer(row) { return false; },
- isContainerOpen(row) { return false; },
- isContainerEmpty(row) { return false; },
- isSeparator(row) { return false; },
- isSorted(row) { return false; },
+ isContainer() { return false; },
+ isContainerOpen() { return false; },
+ isContainerEmpty() { return false; },
+ isSeparator() { return false; },
+ isSorted() { return false; },
isEditable(row, column) { return row != 2 || column.index != 1; },
- getParentIndex(row, column) { return -1; },
- getLevel(row) { return 0; },
- hasNextSibling(row, column) { return row != this.rowCount - 1; },
- getImageSrc(row, column) { return ""; },
- cycleHeader(column) { },
- getRowProperties(row) { return ""; },
- getCellProperties(row, column) { return ""; },
+ getParentIndex() { return -1; },
+ getLevel() { return 0; },
+ hasNextSibling(row) { return row != this.rowCount - 1; },
+ getImageSrc() { return ""; },
+ cycleHeader() { },
+ getRowProperties() { return ""; },
+ getCellProperties() { return ""; },
getColumnProperties(column)
{
if (!column.index) {