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

Unified Diff: LayoutTests/fast/css/transform-function-lowercase-assert.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
« no previous file with comments | « LayoutTests/fast/css/transform-default-parameter.html ('k') | LayoutTests/fast/css/transformed-mask.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/transform-function-lowercase-assert.html
diff --git a/LayoutTests/fast/css/transform-function-lowercase-assert.html b/LayoutTests/fast/css/transform-function-lowercase-assert.html
index 5a7a068f51a5d3f4718f6ba06b333836d468623c..976d3f3accafefad853de5987ff651e735ff934c 100644
--- a/LayoutTests/fast/css/transform-function-lowercase-assert.html
+++ b/LayoutTests/fast/css/transform-function-lowercase-assert.html
@@ -1,5 +1,5 @@
<style>
- #dummy { -webkit-transform: translateX(0) translateY(0) scaleX(1) scaleY(1) skewX(0) skewY(0); }
+ #dummy { transform: translateX(0) translateY(0) scaleX(1) scaleY(1) skewX(0) skewY(0); }
</style>
<script>
if (window.testRunner)
« no previous file with comments | « LayoutTests/fast/css/transform-default-parameter.html ('k') | LayoutTests/fast/css/transformed-mask.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698