| Index: Source/web/tests/data/nodeimage.html
|
| diff --git a/Source/web/tests/data/nodeimage.html b/Source/web/tests/data/nodeimage.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5249bd16af076104ab20bf425e3062ff0442ed72
|
| --- /dev/null
|
| +++ b/Source/web/tests/data/nodeimage.html
|
| @@ -0,0 +1,16 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| + <div style="width: 40px">
|
| + <div style="display: inline-block">
|
| + <div draggable="true" id="case-inlineblock" style="background-color: #00ff00;width: 40px;height: 40px;"></div>
|
| + </div>
|
| + </div>
|
| +
|
| + <div style="width: 40px">
|
| + <div style="overflow: hidden">
|
| + <div draggable="true" id="case-float-left-overflow-hidden" style="float: left;background-color: #00ff00;width: 40px;height: 40px;"></div>
|
| + </div>
|
| + </div>
|
| +</body>
|
| +</html>
|
|
|