Re: Adding basic tests for the CSS.supports API as part of the CSS Condit… (#5277)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 93daa5f878f3e74c5b3babf87e80d2eaa8457ef5
Using browser at version 59.0.3053.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>15 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-compounds-001.html">/css/css-conditional-3/js/css-supports-conditional-compounds-001.html</a></summary>


|                     Subtest                      | Results | Messages |
|--------------------------------------------------|---------|----------|
|                                                  | OK      |          |
| `NOT ((margin:0) AND (foo:bar))`                 | PASS    |          |
| `(margin:0) AND (NOT (foo:bar))`                 | PASS    |          |
| `NOT ((foo:bar) OR (foo:bar))`                   | PASS    |          |
| `(NOT (foo:bar)) OR (foo:bar)`                   | PASS    |          |
| `((margin:0) AND (foo:bar)) OR (margin:0)`       | PASS    |          |
| `((margin:0) OR (foo:bar)) AND (margin:0)`       | PASS    |          |
| `(NOT ((margin:0) AND (foo:bar))) OR (foo:bar)`  | PASS    |          |
| `((margin:0) AND (NOT (foo:bar))) OR (foo:bar)`  | PASS    |          |
| `(NOT ((foo:bar) OR (foo:bar))) AND (margin:0)`  | PASS    |          |
| `((NOT (foo:bar)) OR (foo:bar)) AND (margin:0)`  | PASS    |          |
| `NOT (((margin:0) AND (foo:bar)) OR (margin:0))` | PASS    |          |
| `NOT (((margin:0) OR (foo:bar)) AND (margin:0))` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-conjunction-001.html">/css/css-conditional-3/js/css-supports-conditional-conjunction-001.html</a></summary>


|             Subtest             | Results | Messages |
|---------------------------------|---------|----------|
|                                 | OK      |          |
| `(margin:0) AND (margin:0)`     | PASS    |          |
| `(margin:0) AND ((margin:0))`   | PASS    |          |
| `(margin:0) AND rgb(0,0,0)`     | PASS    |          |
| `(margin:0) AND (blue)`         | PASS    |          |
| `((margin:0)) AND (margin:0)`   | PASS    |          |
| `((margin:0)) AND ((margin:0))` | PASS    |          |
| `((margin:0)) AND rgb(0,0,0)`   | PASS    |          |
| `((margin:0)) AND (blue)`       | PASS    |          |
| `rgb(0,0,0) AND (margin:0)`     | PASS    |          |
| `rgb(0,0,0) AND ((margin:0))`   | PASS    |          |
| `rgb(0,0,0) AND rgb(0,0,0)`     | PASS    |          |
| `rgb(0,0,0) AND (blue)`         | PASS    |          |
| `(blue) AND (margin:0)`         | PASS    |          |
| `(blue) AND ((margin:0))`       | PASS    |          |
| `(blue) AND rgb(0,0,0)`         | PASS    |          |
| `(blue) AND (blue)`             | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-conjunction-002.html">/css/css-conditional-3/js/css-supports-conditional-conjunction-002.html</a></summary>


|            Subtest            | Results | Messages |
|-------------------------------|---------|----------|
|                               | OK      |          |
| `(margin:0)AND(margin:0)`     | PASS    |          |
| `(margin:0)AND((margin:0))`   | PASS    |          |
| `(margin:0)ANDrgb(0,0,0)`     | PASS    |          |
| `(margin:0)AND(blue)`         | PASS    |          |
| `((margin:0))AND(margin:0)`   | PASS    |          |
| `((margin:0))AND((margin:0))` | PASS    |          |
| `((margin:0))ANDrgb(0,0,0)`   | PASS    |          |
| `((margin:0))AND(blue)`       | PASS    |          |
| `rgb(0,0,0)AND(margin:0)`     | PASS    |          |
| `rgb(0,0,0)AND((margin:0))`   | PASS    |          |
| `rgb(0,0,0)ANDrgb(0,0,0)`     | PASS    |          |
| `rgb(0,0,0)AND(blue)`         | PASS    |          |
| `(blue)AND(margin:0)`         | PASS    |          |
| `(blue)AND((margin:0))`       | PASS    |          |
| `(blue)ANDrgb(0,0,0)`         | PASS    |          |
| `(blue)AND(blue)`             | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-conjunction-003.html">/css/css-conditional-3/js/css-supports-conditional-conjunction-003.html</a></summary>


|                            Subtest                            | Results | Messages |
|---------------------------------------------------------------|---------|----------|
|                                                               | OK      |          |
| `(NOT (margin:0)) AND (NOT (margin:0))`                       | PASS    |          |
| `(NOT (margin:0)) AND ((margin:0) AND (border:0))`            | PASS    |          |
| `(NOT (margin:0)) AND ((margin:0) OR (border:0))`             | PASS    |          |
| `((margin:0) AND (border:0)) AND (NOT (margin:0))`            | PASS    |          |
| `((margin:0) AND (border:0)) AND ((margin:0) AND (border:0))` | PASS    |          |
| `((margin:0) AND (border:0)) AND ((margin:0) OR (border:0))`  | PASS    |          |
| `((margin:0) OR (border:0)) AND (NOT (margin:0))`             | PASS    |          |
| `((margin:0) OR (border:0)) AND ((margin:0) AND (border:0))`  | PASS    |          |
| `((margin:0) OR (border:0)) AND ((margin:0) OR (border:0))`   | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-conjunction-004.html">/css/css-conditional-3/js/css-supports-conditional-conjunction-004.html</a></summary>


|                          Subtest                          | Results | Messages |
|-----------------------------------------------------------|---------|----------|
|                                                           | OK      |          |
| `(margin:0) AND (margin:0)`                               | PASS    |          |
| `(foo:bar) AND (foo:bar)`                                 | PASS    |          |
| `(margin:0) AND (margin:0) AND (margin:0)`                | PASS    |          |
| `(foo:bar) AND (foo:bar) AND (foo:bar)`                   | PASS    |          |
| `(margin:0) AND (margin:0) AND (margin:0) AND (margin:0)` | PASS    |          |
| `(foo:bar) AND (foo:bar) AND (foo:bar) AND (foo:bar)`     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-disjunction-001.html">/css/css-conditional-3/js/css-supports-conditional-disjunction-001.html</a></summary>


|            Subtest             | Results | Messages |
|--------------------------------|---------|----------|
|                                | OK      |          |
| `(margin:0) OR (margin:0)`     | PASS    |          |
| `(margin:0) OR ((margin:0))`   | PASS    |          |
| `(margin:0) OR rgb(0,0,0)`     | PASS    |          |
| `(margin:0) OR (blue)`         | PASS    |          |
| `((margin:0)) OR (margin:0)`   | PASS    |          |
| `((margin:0)) OR ((margin:0))` | PASS    |          |
| `((margin:0)) OR rgb(0,0,0)`   | PASS    |          |
| `((margin:0)) OR (blue)`       | PASS    |          |
| `rgb(0,0,0) OR (margin:0)`     | PASS    |          |
| `rgb(0,0,0) OR ((margin:0))`   | PASS    |          |
| `rgb(0,0,0) OR rgb(0,0,0)`     | PASS    |          |
| `rgb(0,0,0) OR (blue)`         | PASS    |          |
| `(blue) OR (margin:0)`         | PASS    |          |
| `(blue) OR ((margin:0))`       | PASS    |          |
| `(blue) OR rgb(0,0,0)`         | PASS    |          |
| `(blue) OR (blue)`             | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-disjunction-002.html">/css/css-conditional-3/js/css-supports-conditional-disjunction-002.html</a></summary>


|           Subtest            | Results | Messages |
|------------------------------|---------|----------|
|                              | OK      |          |
| `(margin:0)OR(margin:0)`     | PASS    |          |
| `(margin:0)OR((margin:0))`   | PASS    |          |
| `(margin:0)ORrgb(0,0,0)`     | PASS    |          |
| `(margin:0)OR(blue)`         | PASS    |          |
| `((margin:0))OR(margin:0)`   | PASS    |          |
| `((margin:0))OR((margin:0))` | PASS    |          |
| `((margin:0))ORrgb(0,0,0)`   | PASS    |          |
| `((margin:0))OR(blue)`       | PASS    |          |
| `rgb(0,0,0)OR(margin:0)`     | PASS    |          |
| `rgb(0,0,0)OR((margin:0))`   | PASS    |          |
| `rgb(0,0,0)ORrgb(0,0,0)`     | PASS    |          |
| `rgb(0,0,0)OR(blue)`         | PASS    |          |
| `(blue)OR(margin:0)`         | PASS    |          |
| `(blue)OR((margin:0))`       | PASS    |          |
| `(blue)ORrgb(0,0,0)`         | PASS    |          |
| `(blue)OR(blue)`             | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-disjunction-003.html">/css/css-conditional-3/js/css-supports-conditional-disjunction-003.html</a></summary>


|                           Subtest                            | Results | Messages |
|--------------------------------------------------------------|---------|----------|
|                                                              | OK      |          |
| `(NOT (margin:0)) OR (NOT (margin:0))`                       | PASS    |          |
| `(NOT (margin:0)) OR ((margin:0) AND (border:0))`            | PASS    |          |
| `(NOT (margin:0)) OR ((margin:0) OR (border:0))`             | PASS    |          |
| `((margin:0) AND (border:0)) OR (NOT (margin:0))`            | PASS    |          |
| `((margin:0) AND (border:0)) OR ((margin:0) AND (border:0))` | PASS    |          |
| `((margin:0) AND (border:0)) OR ((margin:0) OR (border:0))`  | PASS    |          |
| `((margin:0) OR (border:0)) OR (NOT (margin:0))`             | PASS    |          |
| `((margin:0) OR (border:0)) OR ((margin:0) AND (border:0))`  | PASS    |          |
| `((margin:0) OR (border:0)) OR ((margin:0) OR (border:0))`   | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-disjunction-004.html">/css/css-conditional-3/js/css-supports-conditional-disjunction-004.html</a></summary>


|                        Subtest                         | Results | Messages |
|--------------------------------------------------------|---------|----------|
|                                                        | OK      |          |
| `(margin:0) OR (margin:0)`                             | PASS    |          |
| `(foo:bar) OR (foo:bar)`                               | PASS    |          |
| `(margin:0) OR (margin:0) OR (margin:0)`               | PASS    |          |
| `(foo:bar) OR (foo:bar) OR (foo:bar)`                  | PASS    |          |
| `(margin:0) OR (margin:0) OR (margin:0) OR (margin:0)` | PASS    |          |
| `(foo:bar) OR (foo:bar) OR (foo:bar) OR (foo:bar)`     | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-negation-001.html">/css/css-conditional-3/js/css-supports-conditional-negation-001.html</a></summary>


|      Subtest       | Results | Messages |
|--------------------|---------|----------|
|                    | OK      |          |
| `NOT (margin:0)`   | PASS    |          |
| `NOT ((margin:0))` | PASS    |          |
| `NOT rgb(0,0,0)`   | PASS    |          |
| `NOT (blue)`       | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-negation-002.html">/css/css-conditional-3/js/css-supports-conditional-negation-002.html</a></summary>


|      Subtest      | Results | Messages |
|-------------------|---------|----------|
|                   | OK      |          |
| `NOT(margin:0)`   | PASS    |          |
| `NOT((margin:0))` | PASS    |          |
| `NOTrgb(0,0,0)`   | PASS    |          |
| `NOT(blue)`       | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-negation-003.html">/css/css-conditional-3/js/css-supports-conditional-negation-003.html</a></summary>


|              Subtest              | Results | Messages |
|-----------------------------------|---------|----------|
|                                   | OK      |          |
| `NOT (NOT (margin:0))`            | PASS    |          |
| `NOT ((margin:0) AND (border:0))` | PASS    |          |
| `NOT ((margin:0) OR (border:0))`  | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-parentheses-001.html">/css/css-conditional-3/js/css-supports-conditional-parentheses-001.html</a></summary>


|    Subtest     | Results | Messages |
|----------------|---------|----------|
|                | OK      |          |
| `(margin:0)`   | PASS    |          |
| `((margin:0))` | PASS    |          |
| `rgb(0,0,0)`   | PASS    |          |
| `(blue)`       | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-conditional-parentheses-002.html">/css/css-conditional-3/js/css-supports-conditional-parentheses-002.html</a></summary>


|       Subtest        | Results | Messages |
|----------------------|---------|----------|
|                      | OK      |          |
| `((margin:0))`       | PASS    |          |
| `(((margin:0)))`     | PASS    |          |
| `(rgb(0,0,0))`       | PASS    |          |
| `((blue))`           | PASS    |          |
| ` ( (margin:0) ) `   | PASS    |          |
| ` ( ((margin:0)) ) ` | PASS    |          |
| ` ( rgb(0,0,0) ) `   | PASS    |          |
| ` ( (blue) ) `       | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5277/css/css-conditional-3/js/css-supports-property-value-001.html">/css/css-conditional-3/js/css-supports-property-value-001.html</a></summary>


|         Subtest          | Results |                   Messages                   |
|--------------------------|---------|----------------------------------------------|
|                          | OK      |                                              |
| `margin:0`               | PASS    |                                              |
| `margin:1px 1px 1px 1px` | PASS    |                                              |
| `margin:0 !important`    | FAIL    | `assert_equals: expected true but got false` |
| `margin:1`               | PASS    |                                              |
| `foo:bar`                | PASS    |                                              |

</details>
</details>

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

Received on Friday, 31 March 2017 12:51:53 UTC