https://github.com/web-platform-tests/wpt
Raw File
Tip revision: dc95d6e03b834edb8aef5b1c9f63187625197117 authored by Dong-hee Na on 10 October 2018, 08:14:18 UTC
Convert blocks.dat to html5lib_blocks.html
Tip revision: dc95d6e
004-1.html
<!doctype html>
<title>004-1</title>
<script>
onmessage = function(e) {
  var port = e.ports[0];
  port.postMessage(e.data);
}
</script>
back to top