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

# Chrome #
Testing revision 2065c4f96e55566c3f7b6478d5ea13d4182e9f93
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: 1/10, PASS: 9/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: 1/10, PASS: 9/10** |
| `/html/semantics/interactive-elements/the-summary-element/activation-behavior.html` | `Should open a closed details if a span element precedes the summary`                                 | **FAIL: 1/10, PASS: 9/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: 1/10, PASS: 9/10** |
| `/html/semantics/interactive-elements/the-summary-element/activation-behavior.html` | `Should open a closed details if all conditions are met`                                              | **FAIL: 1/10, PASS: 9/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: 1/10, PASS: 9/10** |
| `Should open a closed details if another summary element *nested inside a span* precedes the summary` | **FAIL: 1/10, PASS: 9/10** |
| `Should open a closed details if a span element precedes the summary`                                 | **FAIL: 1/10, PASS: 9/10** |
| `toggle events should be coalesced even when using the activation behavior of a summary`              | **FAIL: 1/10, PASS: 9/10** |
| `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: 1/10, PASS: 9/10** |
| `Should stay closed if another summary element precedes the summary`                                  | PASS                       |
| `Should open a closed details even if the summary is not being rendered`                              | FAIL                       |
| `Should open a closed details even if the details is not being rendered`                              | FAIL                       |

</details>


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

Received on Monday, 16 January 2017 20:13:24 UTC