Bug 1817295 - Remove Thunderbird-specific rules from HTML user-agent stylesheet. r=dshin

These are not in the spec nor in other browsers.

Differential Revision: https://phabricator.services.mozilla.com/D170160
This commit is contained in:
Emilio Cobos Álvarez 2023-02-17 14:22:44 +00:00
Родитель a93f88bfa8
Коммит 4850516ffc
4 изменённых файлов: 0 добавлений и 56 удалений

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

@ -53,7 +53,6 @@ fuzzy(0-116,0-94) fuzzy-if(winWidget,0-135,0-124) == 1115916-1-vertical-metrics.
== ua-style-sheet-margin-12.html ua-style-sheet-margin-12-ref.html
== ua-style-sheet-margin-13.html ua-style-sheet-margin-13-ref.html
== ua-style-sheet-margin-14.html ua-style-sheet-margin-14-ref.html
== ua-style-sheet-border-1.html ua-style-sheet-border-1-ref.html
== ua-style-sheet-border-2.html ua-style-sheet-border-2-ref.html
== ua-style-sheet-border-3.html ua-style-sheet-border-3-ref.html
== ua-style-sheet-border-4.html ua-style-sheet-border-4-ref.html

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

@ -1,19 +0,0 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Test for logical margins on blockquote elements in the UA style sheet</title>
<style>
.v-rl { writing-mode: vertical-rl; }
.ltr, .rtl, .v-rl { border: 1px solid blue; padding: 16px; }
.ltr blockquote { margin: 1em 0; padding: 0 0 0 1em; border: none; border-left: thin solid blue; }
.rtl blockquote { margin: 1em 0; padding: 0 1em 0 0; border: none; border-right: thin solid blue; }
.v-rl blockquote { margin: 0 1em; padding: 1em 0 0 0; border: none; border-top: thin solid blue; }
</style>
<div class=ltr>
<blockquote type=cite>Block quote</blockquote>
</div>
<div class=rtl dir=rtl>
<blockquote type=cite>Block quote</blockquote>
</div>
<div class=v-rl>
<blockquote type=cite>Block quote</blockquote>
</div>

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

@ -1,16 +0,0 @@
<!DOCTYPE html>
<meta charset=utf-8>
<title>Test for logical borders on blockquote elements in the UA style sheet</title>
<style>
.v-rl { writing-mode: vertical-rl; }
.ltr, .rtl, .v-rl { border: 1px solid blue; padding: 16px; }
</style>
<div class=ltr>
<blockquote type=cite>Block quote</blockquote>
</div>
<div class=rtl dir=rtl>
<blockquote type=cite>Block quote</blockquote>
</div>
<div class=v-rl>
<blockquote type=cite>Block quote</blockquote>
</div>

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

@ -163,26 +163,6 @@ center {
text-align: -moz-center;
}
blockquote[type=cite] {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0;
margin-inline-end: 0;
padding-inline-start: 1em;
border-inline-start: solid;
border-color: blue;
border-width: thin;
}
span[_moz_quote=true] {
color: blue;
}
pre[_moz_quote=true] {
color: blue;
}
h1 {
display: block;
font-size: 2em;