mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
19 lines
320 B
HTML
19 lines
320 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">foo"bar</span> bar</p>
|
|
</body>
|
|
</html>
|
|
|