Merge backout of changeset d84aff2ae1db.

This commit is contained in:
Markus Stange 2010-08-05 14:54:12 +02:00
Родитель 2a6af023a9 8385d61396
Коммит b2c93cdde0
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -428,8 +428,10 @@
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);
//////////////////////////////////////////////////////////////////////////