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

14 lines
189 B
HTML

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