summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/589682-1-notref.html
blob: ee17fc4bf3b4db4b222b1c81425e3bb90d157b80 (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">foobar</span> bar</p>
</body>
</html>