Mypal/layout/reftests/bugs/589682-1-notref.html

19 lines
314 B
HTML

<html>
<head>
<style type="text/css">
body {
font-family: Times New Roman, serif;
font-style: italic;
}
.white {
color: white;
}
</style>
</head>
<body>
<!-- bug 589682 - check that double-quote in TNR Italic has width -->
<p>foo <span class="white">foobar</span> bar</p>
</body>
</html>