Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/quotes-035-ref.htm

13 lines
411 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
<style type="text/css">
.test { margin-left: 2em; }
</style>
</head>
<body>
<div class="test">Isn't it wonderful to see CSS quotes work!!!</div>
</body>
</html>