gecko/dom/tests/mochitest/ajax/offline/updatingIFrame.html

9 lines
174 B
HTML
Raw Normal View History

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Update iframe</title>
</head>
<body onload="parent.frameLoad(1)">
First version of updating iframe.
</body>
</html>