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

Unified Diff: LayoutTests/transforms/2d/transform-accuracy.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/transforms/2d/transform-2d.html ('k') | LayoutTests/transforms/2d/transform-borderbox.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/transforms/2d/transform-accuracy.html
diff --git a/LayoutTests/transforms/2d/transform-accuracy.html b/LayoutTests/transforms/2d/transform-accuracy.html
index 98e1f94454b3af6b9c5f73d05a69ff101f80bd44..690911eb04350ca4830db4efe852837eab80359f 100644
--- a/LayoutTests/transforms/2d/transform-accuracy.html
+++ b/LayoutTests/transforms/2d/transform-accuracy.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/transforms/2d/transform-2d.html ('k') | LayoutTests/transforms/2d/transform-borderbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698