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

Side by Side Diff: LayoutTests/fast/replaced/replaced-last-line-layout-expected.html

Issue 10869055: Merge 125810 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1229/
Patch Set: Created 8 years, 4 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
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <body> 3 <body>
4 <div style="display: inline; position: relative;"> 4 <div style="display: inline; position: relative;">
5 <input type="text" id="one" value="One"><br> 5 <input type="text" id="one" value="One"><br>
6 <input type="text" id="two" value="Two"> 6 <input type="text" id="two" value="Two">
7 <div style="position: absolute"></div> 7 <div style="position: absolute"></div>
8 </div> 8 </div>
9 </body> 9 </body>
10 </html> 10 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/replaced/replaced-last-line-layout.html ('k') | Source/WebCore/rendering/RenderBlockLineLayout.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698