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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions.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-obb-dimensions.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions.html b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions.html
index 744d6a68300b6d1447f9db35ceba521aaafe4c0c..de0a07ce9afe341b87c48749f61578ac0bfa042b 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-obb-dimensions.html
@@ -9,7 +9,6 @@ body {
width: 100px;
height: 100px;
background-color: green;
- -webkit-filter: url('#bboxOffset');
filter: url('#bboxOffset');
}
</style>

Powered by Google App Engine
This is Rietveld 408576698