diff options
Diffstat (limited to 'layout/reftests/writing-mode/1115916-1-vertical-metrics-ref.html')
-rw-r--r-- | layout/reftests/writing-mode/1115916-1-vertical-metrics-ref.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/layout/reftests/writing-mode/1115916-1-vertical-metrics-ref.html b/layout/reftests/writing-mode/1115916-1-vertical-metrics-ref.html new file mode 100644 index 000000000..f900e37a5 --- /dev/null +++ b/layout/reftests/writing-mode/1115916-1-vertical-metrics-ref.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +<style> +@font-face { + font-family: ahem; + src: url(../fonts/Ahem.ttf); +} +div { + height: 100px; + font: 16px/24px ahem; +} +#test1 { + writing-mode: vertical-lr; + text-orientation: upright; +} +</style> +</head> +<body> +<div id="test1"> +<span>ab<br>cd</span> +</div> +</body> +</html> |