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

Side by Side Diff: LayoutTests/fast/css/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
« no previous file with comments | « no previous file | LayoutTests/fast/css/empty-span-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 no extra space between any of the lines. --> 6 There should be no extra space between any of the lines. -->
7 <div>Before empty span</div> 7 <div>Before empty span</div>
8 <span style="line-height:5.24;"></span> 8 <span style="line-height:5.24;"></span>
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> 11 <span style="font-size:100px;"></span>
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> 14 <span style="vertical-align:100px;"></span>
15 <div>After empty span</div> 15 <div>After empty span</div>
16 </body> 16 </body>
17 </html> 17 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/empty-span-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698