Files
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
363 B
HTML

<!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>