Re: [css-variables-1-tests] [css-variables-1] Test border-* shorthand serialization with variable reference in border (#5286)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/217159245)

# Chrome (unstable channel) #
Testing web-platform-tests at revision edfeb18203526671ef3933bd21ea395456666303
Using browser at version 59.0.3053.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>1 test ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5286/css/css-variables-1/vars-border-shorthand-serialize.html">/css/css-variables-1/vars-border-shorthand-serialize.html</a></summary>


|                                        Subtest                                        | Results |                       Messages                       |
|---------------------------------------------------------------------------------------|---------|------------------------------------------------------|
|                                                                                       | OK      |                                                      |
| `border-color should serialize to the empty string when border references a variable` | FAIL    | `assert_equals: expected "" but got "var(--border)"` |
| `border-style should serialize to the empty string when border references a variable` | FAIL    | `assert_equals: expected "" but got "var(--border)"` |
| `border-width should serialize to the empty string when border references a variable` | FAIL    | `assert_equals: expected "" but got "var(--border)"` |

</details>
</details>

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5286#issuecomment-290732366

Received on Friday, 31 March 2017 14:46:26 UTC