| Index: third_party/WebKit/LayoutTests/paint/transparency/compositing-alpha-fold-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/transparency/compositing-alpha-fold-crash.html b/third_party/WebKit/LayoutTests/paint/transparency/compositing-alpha-fold-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7aae271c0f45a51ce979bad4347775cefd379e5c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/transparency/compositing-alpha-fold-crash.html
|
| @@ -0,0 +1,8 @@
|
| +<!doctype HTML>
|
| +<!-- Test passes if it does not crash. -->
|
| + <body style="opacity:0.5">
|
| +<div style=" -webkit-mask-box-image-source: url();" >
|
| +</div>
|
| +<div style="box-shadow: 1px 1px black; -webkit-padding-before: 1px; isolation: isolate">
|
| +<div style="isolation: isolate"></div>
|
| +</body>
|
|
|