diff options
Diffstat (limited to 'layout/reftests/bugs/921716-1-ref.html')
-rw-r--r-- | layout/reftests/bugs/921716-1-ref.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/layout/reftests/bugs/921716-1-ref.html b/layout/reftests/bugs/921716-1-ref.html new file mode 100644 index 000000000..8d0aae80b --- /dev/null +++ b/layout/reftests/bugs/921716-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<style> +div { + -moz-column-count: 3; + -moz-column-gap: 8px; + width: 300px; +} +</style> +<div> + <span>This is some content that is still shown within the columns.</span> +</div> |