diff options
Diffstat (limited to 'layout/reftests/bugs/408493-2-ref.html')
-rw-r--r-- | layout/reftests/bugs/408493-2-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/bugs/408493-2-ref.html b/layout/reftests/bugs/408493-2-ref.html new file mode 100644 index 0000000000..d3d518fdbf --- /dev/null +++ b/layout/reftests/bugs/408493-2-ref.html @@ -0,0 +1,14 @@ +<html> + +<head> +<style type="text/css"> + +body { column-count: 2; } +body:first-letter { color:blue; font-size:400%; } + +</style> +</head> + +<body>T</body> + +</html> |