diff options
Diffstat (limited to 'layout/base/crashtests/1654315.html')
-rw-r--r-- | layout/base/crashtests/1654315.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/layout/base/crashtests/1654315.html b/layout/base/crashtests/1654315.html new file mode 100644 index 0000000000..9240566e6d --- /dev/null +++ b/layout/base/crashtests/1654315.html @@ -0,0 +1,13 @@ +<style> +:not(svg) { -webkit-mask: url(#x); } +</style> +<script> +function go() { + a.style.setProperty("content", "url(") + a.style.setProperty("position", "fixed") + a.style.setProperty("display", "-webkit-inline-flex") + a.style.setProperty("filter", "brightness(") +} +</script> +<body onload=go()> +<link id="a">x</link> |