summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/676538-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/text-decoration/676538-1.html')
-rw-r--r--layout/reftests/text-decoration/676538-1.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/676538-1.html b/layout/reftests/text-decoration/676538-1.html
new file mode 100644
index 0000000000..837f99abfa
--- /dev/null
+++ b/layout/reftests/text-decoration/676538-1.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en-US">
+<head>
+<title>text-decoration alignment</title>
+<meta charset=UTF-8>
+<style>
+
+p, span { text-decoration: underline }
+span { vertical-align: 8px }
+p > span { color: fuchsia }
+p > span > span { color: aqua }
+
+em { font-style: normal; font-size: 5em }
+
+</style>
+</head>
+<body>
+
+<p>x<span>x<span>x</span></span></p>
+
+</body>
+</html>