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

15 lines
204 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>