summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1513423-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/1513423-2.html')
-rw-r--r--layout/reftests/bugs/1513423-2.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1513423-2.html b/layout/reftests/bugs/1513423-2.html
new file mode 100644
index 0000000000..fca554d391
--- /dev/null
+++ b/layout/reftests/bugs/1513423-2.html
@@ -0,0 +1,33 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset='utf-8'/>
+ <meta name='viewport' content='initial-scale=1' />
+ <style>
+ @font-face {
+ font-family: test;
+ src: url(../fonts/sil/CharisSIL-R.ttf);
+ }
+
+ body {
+ font-family: test;
+ line-height: 2;
+ }
+
+ .container {
+ padding: 1rem 0 0.3rem;
+ }
+
+ .placeholder {
+ font-style: italic;
+ position: absolute;
+ font-size: 8em;
+ }
+ </style>
+ </head>
+ <body>
+ <div class='container'>
+ <div class='placeholder'>a&#x202e;I&#x323;&#x324;&#x325;&#x326;&#x202c;z
+ </div>
+ </body>
+</html>