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