| <!doctype html> | |
| <html> | |
| <head> | |
| <title>drag and drop should allow dragging of iframes and object iframes</title> | |
| <style type="text/css"> | |
| html { background: black; color: white; } | |
| </style> | |
| </head> | |
| <body> | |
| <script type="text/javascript"> | |
| if( self == top ) { | |
| document.write('<p>This is a helper file, not a testcase.<\/p>'); | |
| } | |
| </script> | |
| </body> | |
| </html> |