Update web-platform-tests to revision 0f31ab1b094596062154092307bb9ff8e6122533

This commit is contained in:
WPT Sync Bot 2019-01-15 20:35:30 -05:00
parent 96ad6710b1
commit 372e03fe64
32 changed files with 992 additions and 222 deletions

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<body style="background-color: green">
<script>
window.requestAnimationFrame(function(ts) {
var bc = new BroadcastChannel('portal');
bc.postMessage('loaded');
bc.close();
});
</script>
</body>