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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-add-hw.html

Issue 2536503002: CSS Filters: Reduce usage of webkit prefix in filter effect layout tests (Closed)
Patch Set: remove duplicates 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/effect-reference-after.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-add-hw.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-add-hw.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-add-hw.html
index 83ea7a446f5c444c295b6bbb71de76c9ceb36db1..fd62343c0dd782a3f36c38f214988fe2558abe7b 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-add-hw.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-add-hw.html
@@ -8,6 +8,6 @@
<div style="width: 100px; height: 100px; background-color: rgb(255, 0, 0); transform: translateZ(0);" id="div1"></div>
<script>
var div = document.getElementById("div1");
- div.style.webkitFilter = "url(#colormatrix)";
+ div.style.filter = "url(#colormatrix)";
</script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/css3/filters/effect-reference-after.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698