mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Auto merge of #17469 - nox:empty-vs-initial, r=emilio
Distinguish the emptiness of a property from its initial value <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17469) <!-- Reviewable:end -->
This commit is contained in:
commit
92679480b1
7 changed files with 48 additions and 40 deletions
|
@ -6,6 +6,3 @@
|
|||
[parse 'all, none']
|
||||
expected: FAIL
|
||||
|
||||
[parse 'initial']
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -25556,7 +25556,7 @@
|
|||
"testharness"
|
||||
],
|
||||
"mozilla/calc.html": [
|
||||
"a1f441f7fd4b9ab3ae9e1cb5403cfe8de90bb71c",
|
||||
"5d59d5b367a023e778ce6968acdeca6b8b7c3197",
|
||||
"testharness"
|
||||
],
|
||||
"mozilla/canvas.initial.reset.2dstate.html": [
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
#inner {
|
||||
border-style: solid; /* So used border == computed border */
|
||||
outline-style: solid; /* So used outline-width == computed outline-width */
|
||||
transition-property: none; /* so that tests don't occur in the middle of a transition */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue