Distinguish the emptiness of a property from its initial value

This commit is contained in:
Anthony Ramine 2017-06-22 13:28:29 +02:00
parent 12309543d3
commit f01ea53ac1
6 changed files with 45 additions and 39 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>