| Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-lighting-no-light-expected.html
|
| diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-lighting-no-light-expected.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-lighting-no-light-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e863a6703b2acebbdb10a5eef342cbbd1b6b5bc9
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-lighting-no-light-expected.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<style>
|
| +.target {
|
| + display: inline-block;
|
| + width: 100px;
|
| + height: 100px;
|
| + background-color: green;
|
| +}
|
| +</style>
|
| +<div class="target"></div>
|
| +<div class="target"></div>
|
|
|