mirror of
https://github.com/servo/servo.git
synced 2025-08-16 02:45:36 +01:00
Update web-platform-tests to revision 097043b336e46876e281ddec3bb014fe9c480128
This commit is contained in:
parent
ecd32570c0
commit
b68253eac0
405 changed files with 9164 additions and 3050 deletions
|
@ -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>
|
|
@ -0,0 +1 @@
|
|||
setInterval(function() { postMessage(new Date()) }, 10)
|
Loading…
Add table
Add a link
Reference in a new issue