- From: Tobie Langel <web-platform-tests-notifications@w3.org>
- Date: Tue, 16 Jul 2013 13:30:57 GMT
- To: public-web-platform-tests-notifications@w3.org
I'd rewrite the whole test as just:
``` html
<div class="test"><div id="box">Fail</div></div>
<script>
test(function () {
assert_true(document.getElementById('box').translate);
});
</script>
```
View on GitHub: https://github.com/w3c/web-platform-tests/pull/252#discussion_r5215201
Received on Tuesday, 16 July 2013 13:31:07 UTC