Index: Source/web/tests/data/nodeimage.html |
diff --git a/Source/web/tests/data/nodeimage.html b/Source/web/tests/data/nodeimage.html |
index e24e87aca2c1cf9c0245ca35ee04f9243a82f495..846a2db43ccee0023cd02144b215e43e3bc156f7 100644 |
--- a/Source/web/tests/data/nodeimage.html |
+++ b/Source/web/tests/data/nodeimage.html |
@@ -10,3 +10,15 @@ |
<div draggable="true" id="case-css-3dtransform" style="background-color: #00ff00;width: 40px;height: 40px;"></div> |
</div> |
</div> |
+ |
+<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> |