mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
11 lines
212 B
HTML
11 lines
212 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>HTML Test</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com">
|
|
<script>
|
|
|
|
parent.callback("test0");
|
|
document.location.href = "test1.html";
|
|
|
|
</script>
|