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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html

Issue 2065593002: Unprefix the CSS 'filter' property (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove disabler. Try different DCHECK expressions. Created 4 years, 6 months 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
Index: third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html b/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html
index cd9312a7d181fd07dc1e45cdc0911803d9367df5..c0a9fbfc2fa2457fc03f42f887aa0ac2865869df 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child-expected.html
@@ -14,7 +14,6 @@
div {
display: inline-block;
filter: url(#filter);
- -webkit-filter: url(#filter);
background-color: gray;
width: 50px;
height: 50px;

Powered by Google App Engine
This is Rietveld 408576698