diff options
Diffstat (limited to 'layout/base/crashtests/1534146.html')
-rw-r--r-- | layout/base/crashtests/1534146.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/base/crashtests/1534146.html b/layout/base/crashtests/1534146.html new file mode 100644 index 0000000000..c02c978c3b --- /dev/null +++ b/layout/base/crashtests/1534146.html @@ -0,0 +1,15 @@ +<style> +* { + column-width: 1em; + column-span: all; +} +</style> +<script> +function go() { + a.setAttribute("contenteditable", "true") +} +</script> +<body onload=go()> +<option id="a"> +<time> +<input style="display: -webkit-flex" type="reset"> |