Re: [custom-elements-tests] Add tests for microtask checkpoints and custom element constructors (#5208)

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

# Firefox (nightly channel) #
Testing web-platform-tests at revision 8db354b68ae821f1ed09fa8a1ebd72ab2e14f0f1
Using browser at version BuildID 20170321110237; SourceStamp ca4ae502156eaea6fffb296bb9c3b3930af8ab58
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/5208/custom-elements/microtasks-and-constructors.html">/custom-elements/microtasks-and-constructors.html</a></summary>


|                                                         Subtest                                                          | Results |                                               Messages                                               |
|--------------------------------------------------------------------------------------------------------------------------|---------|------------------------------------------------------------------------------------------------------|
|                                                                                                                          | OK      |                                                                                                      |
| `Microtasks evaluate immediately when the stack is empty inside the parser`                                              | FAIL    | `assert_array_equals: lengths differ, expected 2 got 0`                                              |
| `Microtasks evaluate immediately when the stack is empty inside the parser, causing the checks on no attributes to fail` | FAIL    | `assert_true: The element must be a HTMLUnknownElement expected true got false`                      |
| `Microtasks evaluate afterward when the stack is not empty using createElement()`                                        | FAIL    | `assert_array_equals: lengths differ, expected 3 got 1`                                              |
| `Microtasks evaluate afterward when the stack is not empty using the constructor`                                        | FAIL    | `assert_array_equals: property 1, expected "promise microtask" but got "MutationObserver microtask"` |
| `Microtasks evaluate afterward when the stack is not empty due to upgrades`                                              | FAIL    | `assert_array_equals: lengths differ, expected 3 got 1`                                              |

</details>
</details>

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

Received on Thursday, 23 March 2017 06:00:02 UTC