frames-1.html (379B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>drag and drop should allow dragging of iframes and object iframes</title> 5 <style type="text/css"> 6 html { background: black; color: white; } 7 </style> 8 </head> 9 <body> 10 11 <script type="text/javascript"> 12 if( self == top ) { 13 document.write('<p>This is a helper file, not a testcase.<\/p>'); 14 } 15 </script> 16 17 </body> 18 </html>