summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/589682-1.html
blob: 881ce2787540004c9845fafcdcffc596bcae19d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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">foo&quot;bar</span> bar</p>
</body>
</html>