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 0000000000..9867757387 --- /dev/null +++ b/layout/reftests/bugs/921716-1-ref.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<style> +div { + column-count: 3; + column-gap: 8px; + width: 300px; +} +</style> +<div> + <span>This is some content that is still shown within the columns.</span> +</div> |