diff options
Diffstat (limited to 'layout/reftests/bugs/1513423-1.html')
-rw-r--r-- | layout/reftests/bugs/1513423-1.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/layout/reftests/bugs/1513423-1.html b/layout/reftests/bugs/1513423-1.html new file mode 100644 index 0000000000..fdfe8967ff --- /dev/null +++ b/layout/reftests/bugs/1513423-1.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‮Í̂̃̄‬z + </div> + </body> +</html> |