servo/tests/ref/inline_whitespace_a.html
2014-09-08 20:21:42 -06:00

14 lines
202 B
HTML

<!DOCTYPE html>
<html>
<head>
<style type="text/css">
body {
background-color: #f6f6f6;
font-size: 128px;
}
</style>
</head>
<body>
<span>A</span> <span>B</span>
</body>
</html>