| Index: LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.html
|
| diff --git a/LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.html b/LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b93945a9a1635dc0455627a0b014e260afaedf1
|
| --- /dev/null
|
| +++ b/LayoutTests/css3/compositing/mix-blend-mode-has-ancestor-clipping-layer-expected.html
|
| @@ -0,0 +1,19 @@
|
| +<!DOCTYPE HTML>
|
| +<html>
|
| +<head>
|
| +<style>
|
| + .content > div {
|
| + float: left;
|
| + margin: 10px;
|
| + }
|
| +</style>
|
| +</head>
|
| +<body>
|
| + <p>Test that mix-blend-mode multiply works for layers that are clipped with overflow hidden.</p>
|
| + <p>This test passes if you can see two black squares.</p>
|
| + <div class="content">
|
| + <div style="width: 300px; height: 300px; background-color: black;"></div>
|
| + <div style="width: 300px; height: 300px; background-color: black;"></div>
|
| + </div>
|
| +</body>
|
| +</html>
|
|
|