diff options
Diffstat (limited to '')
-rw-r--r-- | layout/generic/crashtests/1037903.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1037903.html b/layout/generic/crashtests/1037903.html new file mode 100644 index 0000000000..684a46db52 --- /dev/null +++ b/layout/generic/crashtests/1037903.html @@ -0,0 +1,6 @@ +<!DOCTYPE html> +<html style="column-width: calc(15px);"> +<body> +<video></video><audio style="box-decoration-break: clone; display: block; direction: rtl;"></audio> +</body> +</html> |