mirror of
https://github.com/servo/servo
synced 2026-04-29 02:47:55 +02: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> |