WebCore/manual-tests/drag_with_opacity.html
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 09:02:29 +0300
changeset 0 4f2f89ce4247
permissions -rw-r--r--
Revision: 201037

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.draggable {
	-khtml-user-drag: element;
	-apple-dashboard-region:dashboard-region(control rectangle);
}

.draggable:hover {
	background: #cccccc;
}

.draggable:-khtml-drag { 
	opacity: 0.50;
}
-->
</style>
</head>
<body>
   <p>This is the test case for crashing bug &lt;rdar://problem/4234658&gt;<p>
  <table width="100%" border="1" cellspacing="0" cellpadding="0">
    <tr>
      <td>
      <div class="draggable">Click to right of this text and drag</div>
      </td>
    </tr>
  </table>
</body>
</html>