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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing.html

Issue 2534723002: CSS Filters: Reduce usage of webkit prefix in 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/filter-property-parsing.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing.html b/third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing.html
index 5d5e98e12fc609ddc3007317eb18c9414215d722..b84155a50ab2dca4542787c6015fb83d0232f1c3 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-property-parsing.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<title>Parsing of the -webkit-filter property; valid values</title>
+<title>Parsing of the filter property; valid values</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../../css-parser/resources/property-parsing-test.js"></script>

Powered by Google App Engine
This is Rietveld 408576698