Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/css/css-filter.html

Issue 2555353003: [DO NOT COMMIT] http/tests/css/css-filter.html
Patch Set: done Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698