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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <div id="container" style="position: absolute; top: 50px; left: 60px">
3 <span id="span" style="position: relative; top: 100px; left: 200px">
4 <div id="float" style="float: left">
5 <div id="layer-under-float" style="position: relative"></div>
6 </div>
7 </span>
8 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698