Chromium Code Reviews| Index: LayoutTests/compositing/squashing/squashing-reflection-disallowed.html |
| diff --git a/LayoutTests/compositing/squashing/squashing-reflection-disallowed.html b/LayoutTests/compositing/squashing/squashing-reflection-disallowed.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..0b38b979d6a30a575f3c1f8486031a65a5b9ad24 |
| --- /dev/null |
| +++ b/LayoutTests/compositing/squashing/squashing-reflection-disallowed.html |
| @@ -0,0 +1,11 @@ |
| +<!DOCTYPE HTML> |
| +<style> |
| +div { |
| + width: 100px; |
| + height: 100px; |
| + background: url("resources/blue.png") no-repeat 0 0 / 100% 100%; |
| + display: inline-block; |
| +} |
| +</style> |
| +<div style="transform: translate3d(10px, 10px, 0)"></div> |
| +<div style="-webkit-box-reflect: below 5px;"></div> |