Chromium Code Reviews| 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..6346e9b15644b1459fa53b67cc3a3d450e74af16 |
| --- /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"> |
|
wkorman
2017/04/11 20:52:25
rm space?
chrishtr
2017/04/11 21:09:10
Done.
|
| +<div id=div1 style=" -webkit-mask-box-image-source: url();" > |
|
wkorman
2017/04/11 20:52:25
don't need ids on divs
chrishtr
2017/04/11 21:09:10
Done.
|
| +</div> |
| +<div id=div2 style=" box-shadow: 1px 1px black; -webkit-padding-before: 1px; isolation: isolate"> |
| +<div id=div3 style="-webkit-padding-before: 1px; isolation: isolate"></div> |
|
wkorman
2017/04/11 20:52:25
do we need the -webkit prefixes here and two more
|
| +</body> |