servo/tests/wpt/mozilla/tests/css/inline_whitespace_b.html
2016-08-09 22:04:57 +02:00

16 lines
373 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/ahem.css">
<link rel=match href=inline_whitespace_ref.html>
<style type="text/css">
body {
background-color: #f6f6f6;
}
</style>
</head>
<body>
<span>A</span>
<span>B</span>
</body>
</html>