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

Unified Diff: LayoutTests/transforms/2d/compound-2d-transforms.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/transforms/2d/compound-2d-transforms.html
diff --git a/LayoutTests/transforms/2d/compound-2d-transforms.html b/LayoutTests/transforms/2d/compound-2d-transforms.html
index 0300654b2294b77fa456850cb8b642acd5cbeeac..9e088e3e20772199540dc32f292b3093814b9388 100644
--- a/LayoutTests/transforms/2d/compound-2d-transforms.html
+++ b/LayoutTests/transforms/2d/compound-2d-transforms.html
@@ -16,7 +16,7 @@
height: 100%;
width: 100%;
background-color: green;
- -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
}
#results {
margin-top: 100px;
« no previous file with comments | « LayoutTests/touchadjustment/rotated-node.html ('k') | LayoutTests/transforms/2d/compound-transforms-vs-containers.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698