diff options
Diffstat (limited to 'layout/reftests/text-transform/smtp-title.html')
-rw-r--r-- | layout/reftests/text-transform/smtp-title.html | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/layout/reftests/text-transform/smtp-title.html b/layout/reftests/text-transform/smtp-title.html new file mode 100644 index 0000000000..c3dd440d5c --- /dev/null +++ b/layout/reftests/text-transform/smtp-title.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html> + <head> + <meta http-equiv="Content-type" content="text/html; charset=utf-8"> + <style type="text/css"> + p { text-transform: capitalize; } + </style> + </head> + <body> + <p> +𐐨x +𐐩x +𐐪x +𐐫x +𐐬x +𐐭x +𐐮x +𐐯x +𐐰x +𐐱x +𐐲x +𐐳x +𐐴x +𐐵x +𐐶x +𐐷x +𐐸x +𐐹x +𐐺x +𐐻x +𐐼x +𐐽x +𐐾x +𐐿x +𐑀x +𐑁x +𐑂x +𐑃x +𐑄x +𐑅x +𐑆x +𐑇x +𐑈x +𐑉x +𐑊x +𐑋x +𐑌x +𐑍x +𐑎x +𐑏x + </p> + </body> +</html> |