Followup fix to test for bug 586763. a=orange

This commit is contained in:
Jonas Sicking 2010-10-18 23:34:40 -07:00
Родитель 3a5a339800
Коммит 9f492d5618
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -32,7 +32,7 @@ var tests = [
["area", "tabIndex", 0],
["button", "tabIndex", 0],
["input", "tabIndex", 0],
["object", "tabIndex", 0],
["object", "tabIndex", -1],
["select", "tabIndex", 0],
["textarea", "tabIndex", 0],
];