bdakin | deb8d3c | 2005-09-20 23:38:52 +0000 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
| 5 | <title>main window</title> |
| 6 | <style type="text/css" media="screen"> |
| 7 | body{ |
| 8 | margin:0px; |
| 9 | padding:0px; |
| 10 | background-color:#CCFFCC; |
| 11 | } |
| 12 | iframe#menu_import{ |
| 13 | width: 150px; |
| 14 | height:150px; |
| 15 | border:1px solid #000; |
| 16 | } |
| 17 | </style> |
| 18 | <script language="javascript" type="text/javascript"> |
rniwa@webkit.org | ada3c20 | 2012-06-20 03:28:42 +0000 | [diff] [blame] | 19 | if (window.testRunner) { |
| 20 | testRunner.waitUntilDone(); |
| 21 | testRunner.dumpAsText(); |
commit-queue@webkit.org | 52cc9f6 | 2011-09-07 07:55:30 +0000 | [diff] [blame] | 22 | } |
bdakin | deb8d3c | 2005-09-20 23:38:52 +0000 | [diff] [blame] | 23 | function loadMenu(m){ |
| 24 | var w = document.getElementById("menu_content_area"); |
| 25 | w.replaceChild(m, document.getElementById("menu_import")); |
commit-queue@webkit.org | 52cc9f6 | 2011-09-07 07:55:30 +0000 | [diff] [blame] | 26 | document.body.appendChild(document.createTextNode("PASS")); |
rniwa@webkit.org | ada3c20 | 2012-06-20 03:28:42 +0000 | [diff] [blame] | 27 | if (window.testRunner) |
| 28 | testRunner.notifyDone(); |
bdakin | deb8d3c | 2005-09-20 23:38:52 +0000 | [diff] [blame] | 29 | } |
| 30 | </script> |
| 31 | </head> |
| 32 | |
| 33 | <body> |
mjs | a1298b6 | 2005-09-21 04:47:43 +0000 | [diff] [blame] | 34 | <div id="menu_content_area"><iframe src="resources/replaceChildHelper.html" id="menu_import" name="menu_import" ></iframe></div> |
bdakin | deb8d3c | 2005-09-20 23:38:52 +0000 | [diff] [blame] | 35 | |
| 36 | </body> |
| 37 | </html> |