Re: [html-tests] [html] Account for bug that causes instability (#4828)

I don't see `textDecoration` in the diff here... Isn't the issue here that the `<script>` is executed while there are pending stylesheets, or something? It would work to work around that by waiting for `window.onload` instead, correct?

Chrome fails because it's non-null when the test expects it to be null - https://bugs.chromium.org/p/chromium/issues/detail?id=692560 (we should decide what we want to happen there, but doesn't need to block this PR, and seems orthogonal to the bug this PR is working around).



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

Received on Friday, 17 February 2017 09:49:56 UTC