This commit is contained in:
dsirnapalli%netscape.com 2002-01-03 21:21:50 +00:00
Родитель 92fcedc3fb
Коммит 0bb55ec7a1
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@
<!-- Descrpt: Test nsIAccessible Interface methods for HTML Anchor Node
Author: dsirnapalli@netscape.com
Revs: 12.13.01 - Created
Last Run On:12.17.01.
Last Run On:01.03.01.
- The contents of this file are subject to the Mozilla Public
- License Version 1.1 (the "License"); you may not use this file
@ -75,7 +75,6 @@ function executeTestCase()
var state = getState(accNode);
var value = getValue(accNode);
var col1 = new Array("Property", "Name->", "Role->", "State->", "Value->");
var col2 = new Array("Values", name, role, state, value);
var col3 = new Array("Result");