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:
bors-servo 2017-06-23 05:59:49 -07:00 committed by GitHub
commit 92679480b1
7 changed files with 48 additions and 40 deletions

View file

@ -6,6 +6,3 @@
[parse 'all, none']
expected: FAIL
[parse 'initial']
expected: FAIL

View file

@ -25556,7 +25556,7 @@
"testharness"
],
"mozilla/calc.html": [
"a1f441f7fd4b9ab3ae9e1cb5403cfe8de90bb71c",
"5d59d5b367a023e778ce6968acdeca6b8b7c3197",
"testharness"
],
"mozilla/canvas.initial.reset.2dstate.html": [

View file

@ -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>