mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-14 12:16:32 +00:00
18 lines
363 B
HTML
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> |