servo/tests/wpt/web-platform-tests/resource-timing/resources/document-refreshed.html

12 lines
168 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
Refreshed document!
<script>
top.postMessage("refreshed", "*");
</script>
</body>
</html>