mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
* Enabled acid2 on mac + linux. Updated the reference image. The only difference from the real acid2 now is the paint order and a 1 pixel horizontal offset on the nose. * Change line-height to be calculated correctly. * Apply enclosing element style to text fragments.
16 lines
244 B
HTML
16 lines
244 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #f6f6f6;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>A</span>
|
|
<span>B</span>
|
|
</body>
|
|
</html>
|