mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
values properly in simple cases. This allows things like `<sup><span>Foo</span></sup>` to work and improves Wikipedia.
10 lines
183 B
HTML
10 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!-- Tests that `vertical-align: baseline` inside `vertical-align: super` is laid out properly. -->
|
|
</head>
|
|
<body>
|
|
<p><sup>Yo</sup></p>
|
|
</body>
|
|
</html>
|
|
|