зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1377188, part 1 - Change the UA 'box-sizing' style to 'content-box' for <hr>. r=dholbert
MozReview-Commit-ID: 4s5Cj5FhkDe
This commit is contained in:
Родитель
bcaeb4d9e8
Коммит
720999f3d7
|
@ -633,7 +633,7 @@ hr {
|
|||
margin-inline-end: auto;
|
||||
color: gray;
|
||||
-moz-float-edge: margin-box;
|
||||
box-sizing: border-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
hr[size="1"] {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[align.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
|
@ -3,9 +3,3 @@
|
|||
[overflow]
|
||||
expected: FAIL
|
||||
|
||||
[height]
|
||||
expected: FAIL
|
||||
|
||||
[box-sizing]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
[width.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
expected:
|
||||
if (os == "mac") or (os == "win"): FAIL
|
||||
|
|
Загрузка…
Ссылка в новой задаче