| Index: third_party/WebKit/LayoutTests/http/tests/css/css-filter.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/css/css-filter.html b/third_party/WebKit/LayoutTests/http/tests/css/css-filter.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eee0787c7ca353197a66b381805b20c4f3b8f0eb
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/css/css-filter.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE html>
|
| + <svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" version="1.1">
|
| + <defs id="svgDefs" style="display:none">
|
| + <filter id="svgfilter" color-interpolation-filters="sRGB">
|
| + <feColorMatrix type="saturate" values="0.4"/>
|
| + </filter>
|
| + </defs>
|
| + </svg>
|
| +<img src="/resources/slow-image.php?name=square100.png&expires&sleep=2000" style="filter: url(#svgfilter);">
|
| +<img src="/resources/slow-image.php?name=square100.png&expires&sleep=2000&hogefuga">
|
|
|