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

Side by Side Diff: LayoutTests/fast/css/non-empty-span.html

Issue 9478022: Merge 108111 - REGRESSION: empty span creates renders with non-zero height (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 <head></head> 3 <head></head>
4 <body> 4 <body>
5 <!-- https://bugs.webkit.org/show_bug.cgi?id=76465 5 <!-- https://bugs.webkit.org/show_bug.cgi?id=76465
6 There should be 100px space between the 'before' and 'after' lines (disregar ding the 'X'). --> 6 There should be 100px space between the 'before' and 'after' lines (disregar ding the 'X'). -->
7 <div>Before empty span</div> 7 <div>Before empty span</div>
8 <span style="line-height:100px;"></span>X 8 <span style="line-height:100px;"></span>X
9 <div>After empty span</div> 9 <div>After empty span</div>
10 <div>Before empty span</div> 10 <div>Before empty span</div>
11 <span style="font-size:100px;"></span>X 11 <span style="font-size:100px;"></span>X
12 <div>After empty span</div> 12 <div>After empty span</div>
13 <div>Before empty span</div> 13 <div>Before empty span</div>
14 <span style="vertical-align:100px;"></span>X 14 <span style="vertical-align:100px;"></span>X
15 <div>After empty span</div> 15 <div>After empty span</div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698