mirror of
https://github.com/servo/servo.git
synced 2025-06-14 11:24:33 +00:00
Improves the Google SERPs. We mark `html/rendering/replaced-elements/images/space.html` as failing. This test tested whether `<img hspace>` and inline margins do the same thing. Since this was trivially the case before (since we implemented neither) and now is not, this test now fails.
8 lines
126 B
HTML
8 lines
126 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
|
</head>
|
|
<body>x x x</body>
|
|
</html>
|
|
|