mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
1eb945fbb6
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.
11 lines
348 B
HTML
11 lines
348 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<title>test for bug 223764 (Almost-standards)</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>
|