| Index: ManualTests/drag-inline-block.html
|
| diff --git a/ManualTests/drag-inline-block.html b/ManualTests/drag-inline-block.html
|
| deleted file mode 100644
|
| index 300dba249cd2310b720f73f7525a0af0915b2e10..0000000000000000000000000000000000000000
|
| --- a/ManualTests/drag-inline-block.html
|
| +++ /dev/null
|
| @@ -1,35 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <style>
|
| - .container {
|
| - margin: 10px;
|
| - width: 300px;
|
| - height: 200px;
|
| - background-color: grey;
|
| - }
|
| -
|
| - .static {
|
| - display: static;
|
| - }
|
| -
|
| - .inline-block {
|
| - display: inline-block;
|
| - }
|
| -
|
| - *[draggable=true] {
|
| - width: 100px;
|
| - height: 100px;
|
| - margin: 10px;
|
| - background-color: green;
|
| - }
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <div class="container inline-block static">
|
| - display: inline-block; position: static;
|
| - <div draggable="true">Drag Me</div>
|
| - If the drag-icon follow the mouse pointer while dragging the above green div, the test passes.
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|