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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.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-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html b/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html
index f1e403b8522fa3495e76b30296a2872f4fd055b3..d63ce876e996786ff5cbab87169ef55a05c8a364 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/root-renderer-with-opacity-filter-expected.html
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<html>
-<body style="-webkit-filter: opacity(0.5)">
+<body 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