Re: [page-visibility-tests] Replace usage of setTimeout with step_timeout in page-visibility (#4965)

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

# Chrome (unstable channel) #
Testing web-platform-tests at revision 0fc434a2ded12a7c2d7f00dcb00c0a6402f7cf84
Using browser at version 58.0.3013.3 dev
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>4 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/4965/page-visibility/test_attributes_exist.html">/page-visibility/test_attributes_exist.html</a></summary>


|                       Subtest                       | Results | Messages |
|-----------------------------------------------------|---------|----------|
|                                                     | OK      |          |
| `document.hidden is defined and not null.`          | PASS    |          |
| `document.visibilityState is defined and not null.` | PASS    |          |
| `document.hidden is defined.`                       | PASS    |          |
| `document.visibilityState is defined.`              | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/4965/page-visibility/test_child_document.html">/page-visibility/test_child_document.html</a></summary>


|                                     Subtest                                     | Results | Messages |
|---------------------------------------------------------------------------------|---------|----------|
|                                                                                 | OK      |          |
| `document.hidden is defined and not null.`                                      | PASS    |          |
| `document.visibilityState is defined and not null.`                             | PASS    |          |
| `Page Visibility API Child Document Test`                                       | PASS    |          |
| `document.hidden is defined for frame with no style attribute.`                 | PASS    |          |
| `document.visibilityState is defined for frame with no style attribute.`        | PASS    |          |
| `document.visibilityState for frame with no style attribute == visible`         | PASS    |          |
| `Page Visibility API Child Document Test 1`                                     | PASS    |          |
| `document.hidden is defined for frame with 'display:none' style.`               | PASS    |          |
| `document.visibilityState is defined for frame with 'display:none' style.`      | PASS    |          |
| `document.visibilityState for frame with 'display:none' style == visible`       | PASS    |          |
| `Page Visibility API Child Document Test 2`                                     | PASS    |          |
| `document.hidden is defined for frame with 'visibility:hidden' style.`          | PASS    |          |
| `document.visibilityState is defined for frame with 'visibility:hidden' style.` | PASS    |          |
| `document.visibilityState for frame with 'visibility:hidden' style == visible`  | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/4965/page-visibility/test_default_view.html">/page-visibility/test_default_view.html</a></summary>


|                                     Subtest                                      | Results | Messages |
|----------------------------------------------------------------------------------|---------|----------|
|                                                                                  | OK      |          |
| `document.hidden is defined and not null.`                                       | PASS    |          |
| `document.visibilityState is defined and not null.`                              | PASS    |          |
| `windowless subdocument generated for test has a null default view`              | PASS    |          |
| `document.hidden is definedwindowless subdocument.`                              | PASS    |          |
| `document.visibilityState is definedwindowless subdocument.`                     | PASS    |          |
| `hidden == true for windowless subdocuments with a null default view`            | PASS    |          |
| `visibilityState == hidden for windowless subdocuments with a null default view` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/4965/page-visibility/test_read_only.html">/page-visibility/test_read_only.html</a></summary>


|                       Subtest                       | Results | Messages |
|-----------------------------------------------------|---------|----------|
|                                                     | OK      |          |
| `document.hidden is defined and not null.`          | PASS    |          |
| `document.visibilityState is defined and not null.` | PASS    |          |
| `document.hidden is read only.`                     | PASS    |          |
| `document.visibilityState is read only.`            | PASS    |          |

</details>
</details>

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

Received on Wednesday, 22 February 2017 17:26:28 UTC