diff options
Diffstat (limited to 'layout/forms/crashtests/1432853.html')
-rw-r--r-- | layout/forms/crashtests/1432853.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/forms/crashtests/1432853.html b/layout/forms/crashtests/1432853.html new file mode 100644 index 0000000000..bc0735c47f --- /dev/null +++ b/layout/forms/crashtests/1432853.html @@ -0,0 +1,8 @@ +<style> +.c1 { height: 10ch; position: fixed } +#a { column-width: 0em } +.c2 { -webkit-transform-style: preserve-3d } +</style> +<details id="a" open=""> +<h4 class="c2"> +<select class="c1"> |