Re: [html-tests] Add tests for <summary>'s activation behavior (#4539)

# Chrome #
Testing revision fad1bdd16e4cd8b34076e7ceb0f39fd0acb1fc18
Starting 10 test iterations
## Unstable results ##

|                                         Test                                        |                                                Subtest                                                |          Results           |
|-------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|----------------------------|
| `/html/semantics/interactive-elements/the-summary-element/activation-behavior.html` | `Should close an open details if all conditions are met`                                              | **FAIL: 4/10, PASS: 6/10** |
| `/html/semantics/interactive-elements/the-summary-element/activation-behavior.html` | `Should open a closed details if another summary element *nested inside a span* precedes the summary` | **FAIL: 4/10, PASS: 6/10** |
| `/html/semantics/interactive-elements/the-summary-element/activation-behavior.html` | `Should open a closed details if a span element precedes the summary`                                 | **FAIL: 4/10, PASS: 6/10** |
| `/html/semantics/interactive-elements/the-summary-element/activation-behavior.html` | `toggle events should be coalesced even when using the activation behavior of a summary`              | **FAIL: 4/10, PASS: 6/10** |
| `/html/semantics/interactive-elements/the-summary-element/activation-behavior.html` | `Should open a closed details if all conditions are met`                                              | **FAIL: 4/10, PASS: 6/10** |

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4539/html/semantics/interactive-elements/the-summary-element/activation-behavior.html">/html/semantics/interactive-elements/the-summary-element/activation-behavior.html</a></summary>


|                                                Subtest                                                |          Results           |
|-------------------------------------------------------------------------------------------------------|----------------------------|
|                                                                                                       | OK                         |
| `Should close an open details if all conditions are met`                                              | **FAIL: 4/10, PASS: 6/10** |
| `Should open a closed details if another summary element *nested inside a span* precedes the summary` | **FAIL: 4/10, PASS: 6/10** |
| `Should open a closed details if a span element precedes the summary`                                 | **FAIL: 4/10, PASS: 6/10** |
| `Should stay closed if the summary is not being rendered`                                             | PASS                       |
| `toggle events should be coalesced even when using the activation behavior of a summary`              | **FAIL: 4/10, PASS: 6/10** |
| `Should stay closed if the details is not being rendered (and thus the summary is not)`               | PASS                       |
| `Should stay closed if the summary element is nested inside a span element`                           | PASS                       |
| `Should open a closed details if all conditions are met`                                              | **FAIL: 4/10, PASS: 6/10** |
| `Should stay closed if another summary element precedes the summary`                                  | PASS                       |

</details>


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

Received on Friday, 13 January 2017 23:46:53 UTC