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

Unified Diff: third_party/WebKit/Source/web/tests/data/rgm_float_under_inline.html

Issue 2575423003: Fix geometry mapping issues for float under inline (Closed)
Patch Set: SVG floating Created 3 years, 11 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
Index: third_party/WebKit/Source/web/tests/data/rgm_float_under_inline.html
diff --git a/third_party/WebKit/Source/web/tests/data/rgm_float_under_inline.html b/third_party/WebKit/Source/web/tests/data/rgm_float_under_inline.html
new file mode 100644
index 0000000000000000000000000000000000000000..519e7e210c016744adec733978d79d210869637f
--- /dev/null
+++ b/third_party/WebKit/Source/web/tests/data/rgm_float_under_inline.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<div id="container" style="position: absolute; top: 50px; left: 60px">
+ <span id="span" style="position: relative; top: 100px; left: 200px">
+ <div id="float" style="float: left">
+ <div id="layer-under-float" style="position: relative"></div>
+ </div>
+ </span>
+</div>

Powered by Google App Engine
This is Rietveld 408576698