fix malformed test file

This commit is contained in:
Thomas Walpole 2013-03-01 19:54:58 -08:00
parent 7bd8b4371f
commit bf7d4c0ec0
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<title>This is the parent frame title</title>
</head>
<body>
<iframe src='/frame_child' id='childFrame'>
<iframe src='/frame_child' id='childFrame'></iframe>
</body>
</html>