summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/589682-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/589682-1.html')
-rw-r--r--layout/reftests/bugs/589682-1.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/bugs/589682-1.html b/layout/reftests/bugs/589682-1.html
new file mode 100644
index 0000000000..881ce27875
--- /dev/null
+++ b/layout/reftests/bugs/589682-1.html
@@ -0,0 +1,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>
+