Mozilla/mozilla/browser/fuel/test/ContentWithFrames.html
mark.finkle%gmail.com 0e1118cc47 b=388436. r=gavin. added QI to all JS objects and added tests to get better extension and browser coverage
git-svn-id: svn://10.0.0.236/trunk@230309 18797224-902f-48f8-a5cc-f745e15eee43
2007-07-19 18:17:56 +00:00

13 lines
463 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Content Page with Frames</title>
</head>
<body>
<h1>Content Page with Frames</h1>
<div id="desc">This is a simple framed content page used for testing FUEL Browser API</div>
<iframe src="ContentA.html"></iframe>
<iframe src="ContentB.html"></iframe>
</body>
</html>