Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / drag_with_opacity.html
blob0e4b69b4a2af0865ffbbef70dc1ad2d447d416bd
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Untitled Document</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <style type="text/css">
7 <!--
8 .draggable {
9 -khtml-user-drag: element;
10 -apple-dashboard-region:dashboard-region(control rectangle);
13 .draggable:hover {
14 background: #cccccc;
17 .draggable:-khtml-drag {
18 opacity: 0.50;
20 -->
21 </style>
22 </head>
23 <body>
24 <p>This is the test case for crashing bug &lt;rdar://problem/4234658&gt;<p>
25 <table width="100%" border="1" cellspacing="0" cellpadding="0">
26 <tr>
27 <td>
28 <div class="draggable">Click to right of this text and drag</div>
29 </td>
30 </tr>
31 </table>
32 </body>
33 </html>