diff options
Diffstat (limited to 'layout/generic/crashtests/1493741.html')
-rw-r--r-- | layout/generic/crashtests/1493741.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layout/generic/crashtests/1493741.html b/layout/generic/crashtests/1493741.html new file mode 100644 index 0000000000..59ba5df1c4 --- /dev/null +++ b/layout/generic/crashtests/1493741.html @@ -0,0 +1,6 @@ +<style> + video::after { + content: ""; + } +</style> +<video></video> |