diff --git a/testing/web-platform/tests/css/css-contain/container-queries/crashtests/remove-dom-child-change-style.html b/testing/web-platform/tests/css/css-contain/container-queries/crashtests/remove-dom-child-change-style.html new file mode 100644 index 0000000000000..f2f66c50c7782 --- /dev/null +++ b/testing/web-platform/tests/css/css-contain/container-queries/crashtests/remove-dom-child-change-style.html @@ -0,0 +1,149 @@ +< +! +DOCTYPE +html +> +< +link +rel += +" +author +" +title += +" +Morten +Stenshorne +" +href += +" +mailto +: +mstensho +chromium +. +org +" +> +< +link +rel += +" +help +" +href += +" +https +: +/ +/ +bugs +. +chromium +. +org +/ +p +/ +chromium +/ +issues +/ +detail +? +id += +1494659 +" +> +< +div +id += +" +container +" +style += +" +container +- +type +: +inline +- +size +; +" +> +< +div +id += +" +other +" +> +< +/ +div +> +< +div +id += +" +foo +" +> +< +/ +div +> +< +/ +div +> +< +script +> +document +. +body +. +offsetTop +; +container +. +style +. +width += +" +100px +" +; +other +. +style +. +color += +" +pink +" +; +foo +. +remove +( +) +; +< +/ +script +>