https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 264dcf368bb4a18496dfe69fe8117e9645d03c91 authored by Kent Tamura on 19 March 2018, 07:03:33 UTC
custom-elements: Simplify builtin-coverage.html
Tip revision: 264dcf3
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