diff options
Diffstat (limited to 'layout/reftests/text-transform/capitalize-8.html')
-rw-r--r-- | layout/reftests/text-transform/capitalize-8.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layout/reftests/text-transform/capitalize-8.html b/layout/reftests/text-transform/capitalize-8.html new file mode 100644 index 000000000..5d1f32a72 --- /dev/null +++ b/layout/reftests/text-transform/capitalize-8.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<style> +div { + text-transform: capitalize; + white-space: pre; +} +</style> +<div> +the quick brown fox +jumps over +the lazy dog |