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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter.html

Issue 2531163002: CSS Filters: Reduce usage of webkit prefix in layout tests (Closed)
Patch Set: Created 4 years, 1 month 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/root-renderer-with-opacity-filter.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter.html b/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter.html
index b0f35fc2bdc5af22039721a788ff67d73f13e2f3..1c74119a1245fe2797e76292d03a6653f05db7aa 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter.html
@@ -1,3 +1,3 @@
<!DOCTYPE html>
-<html style="-webkit-filter: opacity(0.5)">
+<html style="filter: opacity(0.5)">
This test ensures we properly paint the root renderer when an opacity filter is applied.

Powered by Google App Engine
This is Rietveld 408576698