Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1776)

Unified Diff: Source/web/tests/data/nodeimage.html

Issue 278293002: [Regression] Fix Draggable is float:left and container is overflow:hidden (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698