mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
Update web-platform-tests to revision 7da6acfd668e66adae5ab4e2d389810d3b1460be
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<!doctype html>
|
||||
003-2
|
||||
<script>
|
||||
onload = function() {
|
||||
parent.postMessage("003-2", "*")
|
||||
setTimeout(function() {history.go(-1)})
|
||||
}
|
||||
onunload = function() {location = "003-3.html"}
|
||||
</script>
|
||||
Reference in New Issue
Block a user