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

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

Powered by Google App Engine
This is Rietveld 408576698