Backed out changeset dbe49d0e5b60 (bug 1834931) for causing mochitest failures on browser_caching_text_bounds.js

This commit is contained in:
Norisz Fay 2023-06-06 22:21:09 +03:00
Родитель 89e4272035
Коммит 357f177c83
3 изменённых файлов: 6 добавлений и 2 удалений

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

@ -54,7 +54,8 @@ MARKUPMAP(
},
0)
MARKUPMAP(code, New_HyperText, roles::CODE)
// XXX: Uncomment this once HTML-aam agrees to map to same as ARIA.
// MARKUPMAP(code, New_HyperText, roles::CODE)
MARKUPMAP(dd, New_HTMLDtOrDd<HyperTextAccessibleWrap>, roles::DEFINITION)

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

@ -301,7 +301,7 @@
},
children: [
{ role: ROLE_TEXT_LEAF }, // plain text
{ role: ROLE_CODE },
{ role: ROLE_TEXT_LEAF }, // HTML:code text
],
};
testElm("code_container", obj);

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

@ -23,6 +23,9 @@
[el-u]
expected: FAIL
[el-code]
expected: FAIL
[el-b]
expected: FAIL