<!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> |