mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
1baff11dba
We add a baseline field to nsInlineFrame and modify nsLineLayout::BeginSpan to take a pointer to a baseline to update. This also means that nsFirstLetterFrame no longer needs to update its own baseline, and instead should just pass its own field along.
9 lines
231 B
HTML
9 lines
231 B
HTML
<html>
|
|
<title>test for bug 223764 (Quirks)</title>
|
|
<body>
|
|
<p style="overflow: hidden; padding-bottom: 20px;">
|
|
<span style="font-size: 100px;"><span style="font-size: 20px">hello</span></span>
|
|
</p>
|
|
</body>
|
|
</html>
|