diff options
Diffstat (limited to 'layout/reftests/text/sub-sup-and-line-height-ref.html')
-rw-r--r-- | layout/reftests/text/sub-sup-and-line-height-ref.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/text/sub-sup-and-line-height-ref.html b/layout/reftests/text/sub-sup-and-line-height-ref.html new file mode 100644 index 0000000000..168159b2a6 --- /dev/null +++ b/layout/reftests/text/sub-sup-and-line-height-ref.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <style> + p { line-height: 44px; } + sub, sup { vertical-align: top; } + </style> + </head> + <body> + <p>Test<sup style="line-height: inherit">Test</sup><sub style="line-height: inherit">Test</sub></p> + </body> +</html> + + |