summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bidi/with-first-letter-2-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bidi/with-first-letter-2-ref.html')
-rw-r--r--layout/reftests/bidi/with-first-letter-2-ref.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/bidi/with-first-letter-2-ref.html b/layout/reftests/bidi/with-first-letter-2-ref.html
new file mode 100644
index 0000000000..4338fc3ccd
--- /dev/null
+++ b/layout/reftests/bidi/with-first-letter-2-ref.html
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<title>Test for bidi splitting and :first-letter</title>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<style type="text/css">
+
+p { unicode-bidi: bidi-override; }
+p:first-letter { float:left; font-size: 2em; }
+body { font-size: 300%; }
+
+</style>
+</head>
+<body>
+
+<p>This has AB<span style="background:yellow">CD</span>תש<span style="background:yellow">בא</span></p>
+
+</body>
+</html>