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

Unified Diff: LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.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/css/getComputedStyle/getComputedStyle-with-pseudo-element.html
diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html
index 9664c205865cf3280bbffbafb3b3c36ff07fa941..d1261bfda3ffbca8f691ea6e914f57f1a70ab8fe 100644
--- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html
+++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-with-pseudo-element.html
@@ -104,7 +104,7 @@
background-color: green;
-webkit-animation: move 300ms linear;
-webkit-transform-style: preserve-3d;
- -webkit-transform: trasnlate3d(10px, 0, 0);
+ transform: trasnlate3d(10px, 0, 0);
}
#testHardwareAcceleratedCompositing:before {
@@ -113,8 +113,8 @@
}
@-webkit-keyframes move {
- from { -webkit-transform: translate3d(10px, 0, 0); }
- to { -webkit-transform: translate3d(300px, 0, 0); }
+ from { transform: translate3d(10px, 0, 0); }
+ to { transform: translate3d(300px, 0, 0); }
}
.pass {
« no previous file with comments | « LayoutTests/fast/css/fixed-overlaps-absolute-in-clip.html ('k') | LayoutTests/fast/css/getFloatValueForUnit.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698