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

Unified Diff: LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 months 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: LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html
diff --git a/LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html b/LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html
index 6e64064aac9a09c5eb45fbeaeb9220c91f4a39c0..e71c214d338ecaf53dd81f7ee3fcb5709f4ed87b 100644
--- a/LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html
+++ b/LayoutTests/fast/repaint/filter-repaint-accelerated-child-with-filter-child.html
@@ -14,7 +14,7 @@ div {
}
.accelerated {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
#resize {

Powered by Google App Engine
This is Rietveld 408576698