Update web-platform-tests to revision 097043b336e46876e281ddec3bb014fe9c480128

This commit is contained in:
WPT Sync Bot 2019-08-03 10:25:42 +00:00
parent ecd32570c0
commit b68253eac0
405 changed files with 9164 additions and 3050 deletions

View file

@ -1,12 +1,8 @@
<!--
setInterval(function() { postMessage(new Date()) }, 10)
/*
-->
<!doctype html>
<title>001-1</title>
<script>
onload = function() {
var worker = new Worker('#');
var worker = new Worker('001-1.js');
worker.onmessage = function(e) {
var started = !!parent.date;
parent.date = e.data;
@ -16,8 +12,4 @@ onload = function() {
}
}
</script>
<a href='data:text/html,<title>foo</title><script>onload=function(){window.parent.postMessage({title: window.document.title}, "*")}</script>'>link</a>
<!--
*/
//-->
<a href='data:text/html,<title>foo</title><script>onload=function(){window.parent.postMessage({title: window.document.title}, "*")}</script>'>link</a>

View file

@ -0,0 +1 @@
setInterval(function() { postMessage(new Date()) }, 10)