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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-removed-while-pending-resources.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
Index: third_party/WebKit/LayoutTests/css3/filters/effect-reference-removed-while-pending-resources.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-removed-while-pending-resources.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-removed-while-pending-resources.html
index 5198ba986d77e61b03f21ff94e2c82086cf5ff21..8ea8034d9be077cae1bdfc0596225a63c1586e97 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-removed-while-pending-resources.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-removed-while-pending-resources.html
@@ -1,4 +1,4 @@
-<div id='div1' style='-webkit-filter: url(#rect1);'></div>
+<div id='div1' style='filter: url(#rect1);'></div>
<script type="text/javascript">
var div1 = document.getElementById('div1');
document.body.removeChild(div1);

Powered by Google App Engine
This is Rietveld 408576698