mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
10 lines
220 B
HTML
10 lines
220 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>HTML Test: browsing context name - parent</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com/">
|
|
<script>
|
|
|
|
window.open("message.html", "_parent");
|
|
|
|
</script>
|