diff options
Diffstat (limited to 'layout/reftests/text-decoration/skip-ink-cjk-1.html')
-rw-r--r-- | layout/reftests/text-decoration/skip-ink-cjk-1.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/text-decoration/skip-ink-cjk-1.html b/layout/reftests/text-decoration/skip-ink-cjk-1.html new file mode 100644 index 0000000000..3dbe2c7f6b --- /dev/null +++ b/layout/reftests/text-decoration/skip-ink-cjk-1.html @@ -0,0 +1,15 @@ +<!DOCTYPE html> +<html lang="ja"> +<meta charset="utf-8"> +<style> +body { + font: 16px/2 sans-serif; +} +.test { + font: 32px sans-serif; + text-decoration: 2px red underline; + text-underline-offset: 1px; +} +</style> +<div>The underline should skip descenders on the English but not the Japanese:</div> +<div class=test>skipping 土砂災害警戒情報 skipping</div> |