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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child.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-region-transformed-child.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child.html b/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child.html
index dacd912e7e6d8db61e989b213d653220c984c772..ca1e9143d52d2a3afd0ac4c64128517460b07127 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child.html
+++ b/third_party/WebKit/LayoutTests/css3/filters/filter-region-transformed-child.html
@@ -14,14 +14,12 @@
#parent {
display: inline-block;
filter: url(#filter);
- -webkit-filter: url(#filter);
}
#child {
background-color: gray;
width: 50px;
height: 50px;
transform: translate(25px, 25px) scale(2);
- -webkit-transform: translate(25px, 25px) scale(2);
}
</style>
<div id="parent"><div id="child"></div></div>

Powered by Google App Engine
This is Rietveld 408576698