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

Side by Side Diff: LayoutTests/fast/block/positioning/positioned-layout-in-line-expected.html

Issue 1178893003: Fix regression on positioned movement layout on a line from r195813 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE HTML>
2 <style>
3 #container {
4 position: relative;
5 }
6 .img {
7 position: absolute;
8 background-color: green;
9 height: 10px;
10 width: 10px;
11 top: 0;
12 }
13 </style>
14 <div id="container">
15 <input type="text"></input>
16 <img class="img" id="img">
17 </div>
18 crbug.com/498290: Tests positioned movement layout when it has a non-static bloc k position and sits in a line. The green image should be beside the input box.
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/positioning/positioned-layout-in-line.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698