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

Side by Side Diff: LayoutTests/fast/css/empty-span-expected.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, 9 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 | « LayoutTests/fast/css/empty-span.html ('k') | LayoutTests/fast/css/non-empty-span.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 <div>Before empty span</div> 5 <div>Before empty span</div>
6 <span></span> 6 <span></span>
7 <div>After empty span</div> 7 <div>After empty span</div>
8 <div>Before empty span</div> 8 <div>Before empty span</div>
9 <span></span> 9 <span></span>
10 <div>After empty span</div> 10 <div>After empty span</div>
11 <div>Before empty span</div> 11 <div>Before empty span</div>
12 <span></span> 12 <span></span>
13 <div>After empty span</div> 13 <div>After empty span</div>
14 </body> 14 </body>
15 </html> 15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/empty-span.html ('k') | LayoutTests/fast/css/non-empty-span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698