| Index: third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html b/third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3fbc26dfa7c6ed86e004f3bced39a115af9269e3
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/remove-subframe-composited-nonstacking-ancestor.html
|
| @@ -0,0 +1,10 @@
|
| +<!doctype HTML>
|
| +<script>
|
| +if (window.testRunner)
|
| + window.testRunner.dumpAsText();
|
| +</script>
|
| +Test passes if it does not crash.
|
| +<div style="backface-visibility: hidden"></div>
|
| +<span style="clip-path: polygon(0px 15px, 0px 54px, 100px 0px)">
|
| + <iframe align="right"></iframe>
|
| +</span>
|
|
|