blob: 6ff40faac2569a45508cb723cfe7bfef69c55b47 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This tests that baseline position is reset properly after font size change.</title>
<style>
td {
font-size: 30px;
vertical-align: baseline;
}
</style>
</head>
<body><table><tr><td>foo</td><td>bar</td></tr></table></body>
</html>