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

Unified Diff: LayoutTests/fast/transforms/transform-overflow.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/transforms/transform-overflow.html
diff --git a/LayoutTests/fast/transforms/transform-overflow.html b/LayoutTests/fast/transforms/transform-overflow.html
index 3bade09076b88fd7eaeb5f331c777f82f1ef8554..f73c399af2e2019de8ebc10bed79cdd014661587 100644
--- a/LayoutTests/fast/transforms/transform-overflow.html
+++ b/LayoutTests/fast/transforms/transform-overflow.html
@@ -19,7 +19,7 @@
width:200px;
height:200px;
overflow: auto;
- -webkit-transform: scale(0.5);
+ transform: scale(0.5);
background-color:green;
z-index:0;
}
« no previous file with comments | « LayoutTests/fast/transforms/transform-on-inline.html ('k') | LayoutTests/fast/transforms/transform-positioned-ancestor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698