Bug 576777 - accessible/attributes/test_text.html mochitest fix

This commit is contained in:
Alexander Surkov 2010-08-05 12:39:22 +04:00
Родитель 05e071e94b
Коммит 73cf493746
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -428,10 +428,8 @@
ID = "area14";
defAttrs = buildDefaultTextAttrs(ID, kInputFontSize);
attrs = { };
// XXX: While we expose text leaf accessibles for placeholder we grab its
// style, bug 545817.
attrs = { color: "rgb(109, 109, 109)" };
testTextAttrs(ID, 0, attrs, defAttrs, 0, 0);
//////////////////////////////////////////////////////////////////////////