Backed out changeset fb4f75995571 (bug 1522094) for Mochitest failure in accessible/tests/mochitest/elm/test_HTMLSpec.html

--HG--
extra : rebase_source : 39ab67945afef7bc56345b6091f16a9bb12ab221
This commit is contained in:
Dorel Luca 2019-01-23 17:48:48 +02:00
Родитель 02aa520632
Коммит ef92b16d38
1 изменённых файлов: 16 добавлений и 18 удалений

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

@ -817,25 +817,23 @@ details > summary:first-of-type > *|* {
/* <dialog> element styles */
@supports -moz-bool-pref("dom.dialog_element.enabled") {
dialog {
position: absolute;
inset-inline-start: 0;
inset-inline-end: 0;
color: black;
margin: auto;
border-width: initial;
border-style: solid;
border-color: initial;
border-image: initial;
padding: 1em;
background: white;
width: -moz-fit-content;
}
dialog {
position: absolute;
inset-inline-start: 0;
inset-inline-end: 0;
color: black;
margin: auto;
border-width: initial;
border-style: solid;
border-color: initial;
border-image: initial;
padding: 1em;
background: white;
width: -moz-fit-content;
}
dialog:not([open]) {
display: none;
}
dialog:not([open]) {
display: none;
}
/* emulation of non-standard HTML <marquee> tag */