mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
9 lines
263 B
HTML
9 lines
263 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>HTML Test: child browsing contexts created by frame elements</title>
|
|
<link rel="author" title="Intel" href="http://www.intel.com/" />
|
|
<frameset>
|
|
<frame name="win4"></frame>
|
|
<frame name="win5"></frame>
|
|
</frameset>
|