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

Unified Diff: LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.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/rotated-transform-affects-scrolling-1.html
diff --git a/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html b/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html
index 83c540d119abc642a778f0230201a1e580186543..f593b9220a323464a0384fa6db13e26c8f6fe19a 100644
--- a/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html
+++ b/LayoutTests/fast/transforms/rotated-transform-affects-scrolling-1.html
@@ -6,7 +6,7 @@
width: 1300px;
height: 100px;
background-color: purple;
- -webkit-transform:rotate(110deg);
+ transform:rotate(110deg);
border-left: 2px solid red;
border-top: 2px solid blue;
border-right: 2px solid cyan;

Powered by Google App Engine
This is Rietveld 408576698