| Index: third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-6-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-6-expected.html b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-6-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..49f7400b1a37351ace016d9d24159cc6a9f78b00
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/paint/invalidation/filters/effect-reference-repaint-composite-6-expected.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +.box {
|
| + width: 200px;
|
| + height: 200px;
|
| + margin: 20px;
|
| + background-color: green;
|
| + filter: url(#composite);
|
| +}
|
| +</style>
|
| +<div class="box"></div>
|
| +<svg width="0" height="0">
|
| + <filter id="composite" x="-0.5" y="-0.5" width="2" height="2">
|
| + <feFlood x="100" y="100" width="200" height="200" flood-color="blue"/>
|
| + <feComposite operator="arithmetic" k2="1" k3="1" in="SourceGraphic"/>
|
| + </filter>
|
| +</svg>
|
|
|